Index: openacs-4/packages/lorsm/templates/lorsm-default.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/templates/lorsm-default.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lorsm/templates/lorsm-default.tcl 27 Oct 2004 07:44:09 -0000 1.2 +++ openacs-4/packages/lorsm/templates/lorsm-default.tcl 21 Jan 2005 23:27:54 -0000 1.3 @@ -23,7 +23,7 @@ set text [cr_write_content -string -revision_id $revision_id] - if { ![string equal "text/html" $content(mime_type)] } { + if { ![string equal "text/html" $content(mime_type)] && ![string equal "text/xml" $content(mime_type)] } { set text [ad_html_text_convert -from $mime_type -to text/html $text] } }