Home
The Toolkit for Online Communities
15899 Community Members, 0 members online, 2410 visitors today
Log In Register

ad_quotehtml

OpenACS Home : ACS API Browser : ad_quotehtml

ad_quotehtml (public)

ad_quotehtml arg
Defined in packages/acs-tcl/tcl/text-html-procs.tcl

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:
Source code:
    return [string map {& &amp; \" &quot; < &lt; > &gt;} $arg]

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