[feladat @ 307]
authorpeter
Fri, 26 Sep 2008 10:02:33 +0000
changeset 194 df674d004508
parent 193 6a87ca695244
child 195 5ac118d6556c
[feladat @ 307] Minor bug fix: bg.shiny@gmail.com reported that cyrillic characters where not supported. Applied the patch which was supplied. This closes #93.
inc/header.inc.php
--- a/inc/header.inc.php	Fri Sep 12 08:39:57 2008 +0000
+++ b/inc/header.inc.php	Fri Sep 26 10:02:33 2008 +0000
@@ -26,6 +26,7 @@
 echo " <head>\n";
 echo "  <title>Poweradmin</title>\n";
 echo "  <link rel=stylesheet href=\"style/" . $iface_style . ".inc.php\" type=\"text/css\">\n";
+echo "  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
 echo " </head>\n";
 echo " <body>\n";