ad_quotehtml (public)ad_quotehtml arg
Defined in packages/acs-tcl/tcl/text-html-procs.tclQuotes 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:
- Source code:
-
return [string map {& & \" " < < > >} $arg]
- XQL Not present:
- Generic, PostgreSQL, Oracle
|