From: Joern-Ingo Weigert Date: Mon, 4 Mar 2013 20:34:42 +0000 (+0100) Subject: Define Charset=UTF-8 in Pragma instead inside HTML X-Git-Tag: v2.13-core68^2~43^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d795ec5a9c11f8512c77e1b51dfc88678f1f9e0;p=people%2Fms%2Fipfire-2.x.git Define Charset=UTF-8 in Pragma instead inside HTML --- diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index bbb0eca79c..7c3682021a 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -164,7 +164,7 @@ sub showhttpheaders print "Pragma: no-cache\n"; print "Cache-control: no-cache\n"; print "Connection: close\n"; - print "Content-type: text/html\n\n"; + print "Content-type: text/html; charset=UTF-8\n\n"; } sub is_menu_visible($) {