From 3d9ba8e5b3a2b0b2fabdb7cb66208c944d112c26 Mon Sep 17 00:00:00 2001
From: Graham Cole <chckens@sucs.org>
Date: Fri, 30 Sep 2011 14:59:53 +0000
Subject: [PATCH] specify charset in a meta tag too, because that's sometimes
 useful

---
 templates/head.tpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/head.tpl b/templates/head.tpl
index 75a223e..9f26032 100644
--- a/templates/head.tpl
+++ b/templates/head.tpl
@@ -2,6 +2,7 @@
 <html lang="{$language.code}">
 
 <head>
+	<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
 	<title>{$title} - SUCS</title>
 	<link rel="SHORTCUT ICON" href="/favicon.ico" />
 	<link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
-- 
GitLab