Index: openacs-4/packages/assessment/tcl/as-qti-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-qti-procs.tcl,v diff -u -r1.33 -r1.34 --- openacs-4/packages/assessment/tcl/as-qti-procs.tcl 12 Apr 2005 11:12:33 -0000 1.33 +++ openacs-4/packages/assessment/tcl/as-qti-procs.tcl 12 Apr 2005 11:26:25 -0000 1.34 @@ -12,7 +12,7 @@ if { $texttype == "text/html" } { return [$mattextNode text] } else { - return [util_convert_line_breaks_to_html -includes_html=1 -- [ad_quotehtml [$mattextNode text]]] + return [ad_html_text_convert -from text/plain -to text/html -- [$mattextNode text]] } }