Merge remote-tracking branch 'jiweigert/XHTML_1.0' into core68

This commit is contained in:
Michael Tremer
2013-03-08 16:47:43 +01:00
3 changed files with 23 additions and 31 deletions

View File

@@ -163,7 +163,7 @@ sub showhttpheaders
{
print "Cache-control: private\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($) {