summaryrefslogtreecommitdiff
path: root/modules/gallery/views
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2010-07-17 15:40:41 -0600
committerChad Kieffer <ckieffer@gmail.com>2010-07-17 15:40:41 -0600
commit71e097e47bad25def47a5960c72cfac197066290 (patch)
tree2190e3906c0d47716e74a1575e1e8b5f94cb40b6 /modules/gallery/views
parent71a32e4e2453b8e6dec922e88180960a3a5b9aec (diff)
Fix closing ul on inactive modules list, replaced <i> with <em> in footer.
Diffstat (limited to 'modules/gallery/views')
-rw-r--r--modules/gallery/views/upgrader.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php
index c7a96cb5..f5cae9be 100644
--- a/modules/gallery/views/upgrader.html.php
+++ b/modules/gallery/views/upgrader.html.php
@@ -107,7 +107,7 @@
</li>
<? endif ?>
<? endforeach ?>
- </p>
+ </ul>
<? endif ?>
<? else: // can_upgrade ?>
<h1> <?= t("Who are you?") ?> </h1>
@@ -121,11 +121,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>