summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-07-17 15:49:47 -0600
committerChad Kieffer <ckieffer@gmail.com>2010-07-17 15:49:47 -0600
commita8c629409bbc78791c3ae7f5f16dac0c90db214d (patch)
treed2534b2b25e229c6429aea86947c901d63b2bec5 /modules/gallery/views
parent71e097e47bad25def47a5960c72cfac197066290 (diff)
Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the template. Minor code refactoring. Also seems to fix #1188.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/upgrader.html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php
index f5cae9be..0ce24ef8 100644
--- a/modules/gallery/views/upgrader.html.php
+++ b/modules/gallery/views/upgrader.html.php
@@ -1,4 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><?= t("Gallery 3 upgrader") ?></title>