Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.492 -r1.493 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 7 Sep 2017 17:21:52 -0000 1.492 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 30 Sep 2017 18:12:53 -0000 1.493 @@ -514,7 +514,7 @@ # Page proc quoted_html_content text { - list [ad_text_to_html $text] text/html + list [ad_text_to_html -- $text] text/html } #