summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2011-11-04 13:43:24 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2011-11-04 13:43:24 +0000
commit2c9bf20533f7cd7337d7a9a4a9b31e5127e50e5f (patch)
tree2fa0e77663b05950a7b788f7ca8996faf78f6455
parent64fc2f80b65e04811973c0bf6588808e06dbe631 (diff)
Fix character encoding issues
-rw-r--r--doc/templates/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/templates/index.html b/doc/templates/index.html
index a47070e..c540faa 100644
--- a/doc/templates/index.html
+++ b/doc/templates/index.html
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>$spec.title &mdash; v$spec.version</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css" type="text/css"/>
</head>
<body>