From a8c629409bbc78791c3ae7f5f16dac0c90db214d Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 17 Jul 2010 15:49:47 -0600 Subject: 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. --- modules/gallery/views/upgrader.html.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/gallery/views') 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 @@ + <?= t("Gallery 3 upgrader") ?> -- cgit v1.2.3