summaryrefslogtreecommitdiff
path: root/modules/gallery/views/upgrader.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/views/upgrader.html.php')
-rw-r--r--modules/gallery/views/upgrader.html.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php
index c7a96cb5..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>
@@ -107,7 +109,7 @@
</li>
<? endif ?>
<? endforeach ?>
- </p>
+ </ul>
<? endif ?>
<? else: // can_upgrade ?>
<h1> <?= t("Who are you?") ?> </h1>
@@ -121,11 +123,11 @@
</div>
<div id="footer">
<p>
- <i>
+ <em>
<?= t("Did something go wrong? Try the <a href=\"%faq_url\">FAQ</a> or ask in the <a href=\"%forums_url\">Gallery forums</a>.",
array("faq_url" => "http://codex.gallery2.org/Gallery3:FAQ",
"forums_url" => "http://gallery.menalto.com/forum")) ?>
- </i>
+ </em>
</p>
</div>
</div>