Escape bare & symbols so that we use valid entities. Fixes ticket #577.

This commit is contained in:
Bharat Mediratta
2009-07-21 11:09:23 -07:00
parent 51dca582cd
commit 050c82cf80
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@
<?= $theme->admin_header_top() ?>
<ul id="gLoginMenu">
<li class="first"><?= html::anchor("albums/1", "&larr; ".t("Back to the Gallery")) ?></li>
<li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1&csrf=$csrf") ?>"><?= t("Logout") ?></a></li>
<li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1&amp;csrf=$csrf") ?>"><?= t("Logout") ?></a></li>
</ul>
<a id="gLogo" href="<?= url::site("albums/1") ?>" title="<?= t("go back to the Gallery") ?>">
&larr; <?= t("back to the ...") ?>