Added meta tag with charset specification to header
authorroot <root@vyvojar.spoje.net>
Mon, 18 Jul 2011 13:10:37 +0000 (15:10 +0200)
committerroot <root@vyvojar.spoje.net>
Mon, 18 Jul 2011 13:10:37 +0000 (15:10 +0200)
index.php

index 89a221032d2c7698abdf7949fd08f5bc2be0a26c..96bfce3262814958fda3d3c96158ea14826f6c76 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -27,6 +27,9 @@ class Sklad_HTML {
                $script = $_SERVER['SCRIPT_NAME'];
                $search = @trim($_GET['q']);
                echo <<<EOF
+<head>
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+</head>
 <h1><a href="$script/">SystémSklad</a><small>$title</small></h1>
 <div>
        <menu>
This page took 0.134672 seconds and 4 git commands to generate.