summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroweissbarth2014-07-19 16:15:18 +0200
committeroweissbarth2014-07-19 16:15:18 +0200
commit7f757321be39166ff259225c03a6793101cd921e (patch)
treecb27926c8a534cd2a9ff7f3b9e12106fb4c047d7
parent2f0f906782cd36c7474c93ab9728846a7d2549bd (diff)
downloadfiles.iamfabulous.de-7f757321be39166ff259225c03a6793101cd921e.tar.gz
Removed warning by specifying character encoding
-rwxr-xr-xwww/static/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/static/header.html b/www/static/header.html
index d426333..4eda33f 100755
--- a/www/static/header.html
+++ b/www/static/header.html
@@ -4,6 +4,7 @@
<title>VFS</title>
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="/static/font-awesome/css/font-awesome.min.css">
+ <meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body onmousedown="hideMenu()">