Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.67.2.1 -r1.67.2.2 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 10 Sep 2015 08:22:00 -0000 1.67.2.1 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 18 Sep 2015 07:33:49 -0000 1.67.2.2 @@ -76,7 +76,7 @@ # At this point, before inserting some of our own <, >, and "'s # we quote the ones entered by the user: if { !$no_quote_p } { - set text [ad_quotehtml $text] + set text [ns_quotehtml $text] } if { $encode_p} { @@ -1778,7 +1778,7 @@ @see ad_quotehtml } { - return [ad_quotehtml $arg] + return [ns_quotehtml $arg] } ad_proc -deprecated util_quote_double_quotes {arg} { @@ -1787,7 +1787,7 @@ @see ad_quotehtml } { - return [ad_quotehtml $arg] + return [ns_quotehtml $arg] } ad_proc -deprecated philg_quote_double_quotes {arg} { @@ -1796,7 +1796,7 @@ @see ad_quotehtml } { - return [ad_quotehtml $arg] + return [ns_quotehtml $arg] } # Local variables: