From 19251aa801179cb96d5f4bf817ea97bf3e47a777 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sun, 30 Jun 2002 21:34:57 +0000 Subject: [PATCH] Include character set information in the HTTP headers --- webtools/PLIF/output/http/template.header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/PLIF/output/http/template.header b/webtools/PLIF/output/http/template.header index 44c577d2e889..f7a1722bae92 100644 --- a/webtools/PLIF/output/http/template.header +++ b/webtools/PLIF/output/http/template.header @@ -3,7 +3,7 @@ TemplateToolkit HTTP/1.1 [% IF response %][% response %][% ELSE %]200 OK[% END %] [% IF headers != '' %][% headers %][% END -%] -Content-Type: text/html +Content-Type: text/html; charset=ISO-8859-1