ad_quotehtml (public, deprecated)
ad_quotehtml arg
Defined in packages/acs-tcl/tcl/text-html-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Quotes ampersands, double-quotes, and angle brackets in $arg. Analogous to ns_quotehtml except that it quotes double-quotes (which ns_quotehtml does not).
- Parameters:
- arg
See Also:- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ns_log Notice "Deprecated proc ad_quotehtml used:\n[ad_get_tcl_call_stack]" return [string map {& & \" " < < > >} $arg]XQL Not present: Generic, PostgreSQL, Oracle