Index: openacs-4/packages/lars-blogger/www/entry-chunk.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/www/entry-chunk.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/lars-blogger/www/entry-chunk.tcl 16 Oct 2003 23:10:45 -0000 1.10 +++ openacs-4/packages/lars-blogger/www/entry-chunk.tcl 29 Oct 2003 10:03:41 -0000 1.11 @@ -32,7 +32,7 @@ # LARS: # Not sure we should do the ns_adp_parse thing here, but heck, why not # It should be safe, given the security checks -set blog(content) [ns_adp_parse -string [ad_html_text_convert -from $blog(content_format) -to "text/html" $blog(content)]] +set blog(content) [ns_adp_parse -string [ad_html_text_convert -from $blog(content_format) -to "text/html" -- $blog(content)]] set entry_id $blog(entry_id)