template::util::quote_html (public, deprecated)

 template::util::quote_html html

Defined in packages/acs-templating/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Quote possible HTML tags in the contents of the html parameter.

Parameters:
html (required)
See Also:
  • ns_quotehtml

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc template::util::quote_html

    return [ns_quotehtml $html]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: