From f5ed22da2b946707d9a628b675c944f07237b76d Mon Sep 17 00:00:00 2001
From: Jared Hancock <gravydish@gmail.com>
Date: Mon, 26 Mar 2012 10:39:13 -0500
Subject: [PATCH] Add UTF-8 charset declaration for installer pages

---
 setup/inc/header.inc.php | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/setup/inc/header.inc.php b/setup/inc/header.inc.php
index 977050bc5..4c7d16e0f 100644
--- a/setup/inc/header.inc.php
+++ b/setup/inc/header.inc.php
@@ -1,6 +1,9 @@
-<!DOCTYPE html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+    "http://www.w3.org/TR/html4/loose.dtd">
+<html>
 <head>
     <title><?php echo $wizard['title']; ?></title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <link rel="stylesheet" href="css/wizard.css">
     <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
     <script type="text/javascript" src="js/tips.js"></script>
-- 
GitLab