summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-04-04 12:59:13 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-04-04 12:59:34 +0200
commit139e47b121ae16611e4d62c876f5f54f6d4a0819 (patch)
tree17f1c1c07593fc09802a5c826e2cfd3fce302da2 /www
parent938625db313aa77869526078a3058fc2aa468f1b (diff)
www: enforce utf-8 charset in <head>
Diffstat (limited to 'www')
-rwxr-xr-xwww/compose.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/compose.sh b/www/compose.sh
index 8a1af20f..084c12a7 100755
--- a/www/compose.sh
+++ b/www/compose.sh
@@ -39,6 +39,7 @@ cat <<EOF
<html>
<head>
<link rel="stylesheet" href="main.css" type="text/css" />
+ <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<title>$title</title>
</head>
<body>