Skip to content

Commit

Permalink
Fix closing ul on inactive modules list, replaced <i> with <em> in fo…
Browse files Browse the repository at this point in the history
…oter.
  • Loading branch information
ckieffer committed Jul 17, 2010
1 parent 71a32e4 commit 71e097e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/gallery/views/upgrader.html.php
Expand Up @@ -107,7 +107,7 @@
</li>
<? endif ?>
<? endforeach ?>
</p>
</ul>
<? endif ?>
<? else: // can_upgrade ?>
<h1> <?= t("Who are you?") ?> </h1>
Expand All @@ -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>
Expand Down

0 comments on commit 71e097e

Please sign in to comment.