]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Define Charset=UTF-8 in Pragma instead inside HTML
authorJoern-Ingo Weigert <jiweigert@gmail.com>
Mon, 4 Mar 2013 20:34:42 +0000 (21:34 +0100)
committerJoern-Ingo Weigert <jiweigert@gmail.com>
Mon, 4 Mar 2013 20:34:42 +0000 (21:34 +0100)
config/cfgroot/header.pl

index bbb0eca79c88e25a70b7135ed878635d3cad8d81..7c3682021a24cc7bfc7f3443f69078727e2be177 100644 (file)
@@ -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($) {