Index: openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl,v diff -u -r1.10.8.1 -r1.10.8.2 --- openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 10 Sep 2015 08:22:03 -0000 1.10.8.1 +++ openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 18 Sep 2015 07:33:49 -0000 1.10.8.2 @@ -193,7 +193,7 @@ #quote html set html "\"<&text>\"" aa_log "Unquote html=$html" - set result [ad_quotehtml $html] + set result [ns_quotehtml $html] aa_true "Quoute html=$result" [string equal ""<&text>"" $result] #unquote html