Index: openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl,v diff -u -N -r1.40 -r1.41 --- openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 7 Aug 2017 23:48:31 -0000 1.40 +++ openacs-4/packages/xowiki/tcl/xowiki-sc-procs.tcl 30 Sep 2017 18:12:53 -0000 1.41 @@ -40,7 +40,7 @@ text/html { set content [dict get $d html] set text [ad_html_text_convert -from text/html -to text/plain -- [dict get $d html]] - #set text [ad_text_to_html [dict get $d html]]; #this could be used for entity encoded html text in rss entries + #set text [ad_text_to_html -- [dict get $d html]]; #this could be used for entity encoded html text in rss entries # If the html contains links (which are rendered by ad_html_text as [1], [2], ...) # then we have to use CDATA in the description