[Templates] sending header as text/html

Robin Smidsrød robin@smidsrod.no
Tue, 22 May 2007 12:37:26 +0200


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?
>
Install the Firebug extension (or another extension that allows you to 
query request/response headers) in Firefox and check that you are 
receiving what you think you should.

-- Robin