Index: openacs-4/packages/lars-blogger/tcl/entry-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lars-blogger/tcl/entry-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/lars-blogger/tcl/entry-procs.tcl 13 Mar 2003 17:05:38 -0000 1.1.2.2 +++ openacs-4/packages/lars-blogger/tcl/entry-procs.tcl 17 Mar 2003 10:50:11 -0000 1.1.2.3 @@ -29,7 +29,7 @@ # It should be safe, given the standard HTML filter security checks, which # wouldn't let unsafe tags slip through, anyway - set row(content) [ad_html_text_convert -from $row(content_format) -to "text/html" $row(content)] + set row(content) [ad_html_text_convert -from $row(content_format) -to "text/html" -- $row(content)] # We wrap this in a catch so if it bombs, at least we won't break any pages catch {