GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cdfce7c
)
Added meta tag with charset specification to header
author
root
<root@vyvojar.spoje.net>
Mon, 18 Jul 2011 13:10:37 +0000
(15:10 +0200)
committer
root
<root@vyvojar.spoje.net>
Mon, 18 Jul 2011 13:10:37 +0000
(15:10 +0200)
index.php
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/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
$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>
<h1><a href="$script/">SystémSklad</a><small>$title</small></h1>
<div>
<menu>
This page took
0.124523 seconds
and
4
git commands to generate.