[Templates] sending header as text/html

Dave Cross dave@dave.org.uk
Tue, 22 May 2007 11:44:19 +0100


Ken Perl wrote:
> Dave,
> 
> I tried the put
>        [% USE CGI;
>        CGI.header %]
> 
> in the default-template, but it seems I still see the html source code
> in the firefox2.0, any idea what is wrong? why it doesn't work?

Does the output you see include the CGI header?

This might not be a TT issue at all. Are you sure that your web server 
is correctly configured for CGI programs?

Dave...