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.1 -r1.2 --- openacs-4/packages/lorsm/templates/lorsm-default.tcl 8 Sep 2004 13:18:59 -0000 1.1 +++ openacs-4/packages/lorsm/templates/lorsm-default.tcl 27 Oct 2004 07:44:09 -0000 1.2 @@ -8,8 +8,14 @@ # It's a file. cr_write_content -revision_id $content(revision_id) ad_script_abort + } elseif { [string equal "text/css" $content(mime_type)]} { + # we treat CSS files as if they would be binaries and deliver + # them straight to the browser (maybe we should do the same + # thing for XML files (?) + cr_write_content -revision_id $content(revision_id) } + # Ordinary text/* mime type. template::util::array_to_vars content