Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.55 -r1.56 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 29 Jul 2008 19:22:23 -0000 1.55 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 5 Aug 2008 14:56:43 -0000 1.56 @@ -107,7 +107,7 @@ # Convert line breaks if { !$no_lines_p } { - set text [util_convert_line_breaks_to_html -includes_html=$includes_html_p -- $text] + set text [util_convert_line_breaks_to_html -includes_html $includes_html_p -- $text] } if { !$no_quote_p } {