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.11 -r1.12 --- openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 7 Aug 2017 23:48:00 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/test/html-conversion-procs.tcl 30 Sep 2017 18:12:52 -0000 1.12 @@ -14,7 +14,7 @@ set html "Some bold test" - set result [ad_html_to_text $html] + set result [ad_html_to_text -- $html] aa_true "contains asterisks?" [regexp {\*bold\*} $result] @@ -38,7 +38,7 @@

following text }} { - set result [ad_html_to_text $html] + set result [ad_html_to_text -- $html] # make sure the desired text is in there and _before_ the # footnotes