util_convert_plaintext_to_html

EveAndersson.com : API Browser : util_convert_plaintext_to_html

util_convert_plaintext_to_html

util_convert_plaintext_to_html raw_string
Defined in packages/acs-core/text-html-procs.tcl

Deprecated.

Almost everything this proc does can be accomplished with the ad_text_to_html. Use that proc instead.

Only difference is that ad_text_to_html doesn't check to see if the plaintext might in fact be HTML already by mistake. But we usually don't want that anyway, because maybe the user wanted a <p> tag in his plaintext. We'd rather let the user change our opinion about the text, e.g. html_p = 't'.

Parameters:
raw_string
[ show source ]

Show another procedure:

eve@eveandersson.com