Index: openacs-4/packages/static-pages/tcl/static-pages-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 29 Apr 2004 14:25:45 -0000 1.15 +++ openacs-4/packages/static-pages/tcl/static-pages-procs.tcl 21 May 2004 08:15:56 -0000 1.16 @@ -812,7 +812,7 @@ } else { if { ! $templating_enabled_p } { # doing ns_returnfile here means we will get 304's when we can - ns_returnfile 200 text/plain $file + ns_returnfile 200 text/html $file return {} } else { set body [template::util::read_file $file]