summaryrefslogtreecommitdiff
path: root/modules/user/views/login.html.php
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2009-02-09 02:11:59 +0000
committerChad Kieffer <chad@2tbsp.com>2009-02-09 02:11:59 +0000
commitad80e86208a03ea88d74e88081464b90e7bf3454 (patch)
treea9f4a3c51d78fd7eda935105d565e2bea98df07a /modules/user/views/login.html.php
parent08ae48aeaa5e6c4c1da161590d6dcd9daa9ecabe (diff)
Indent fixes.
Diffstat (limited to 'modules/user/views/login.html.php')
-rw-r--r--modules/user/views/login.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index fd9bd773..0fef8533 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -2,13 +2,13 @@
<ul id="gLoginMenu">
<? if ($user->guest): ?>
<li class="first"><a href="<?= url::site("login") ?>"
- title="<?= t("Login to Gallery") ?>"
- id="gLoginLink"><?= t("Login") ?></a></li>
+ title="<?= t("Login to Gallery") ?>"
+ id="gLoginLink"><?= t("Login") ?></a></li>
<? else: ?>
<li class="first"><a href="<?= url::site("form/edit/users/{$user->id}") ?>"
title="<?= t("Edit Your Profile") ?>"
id="gUserProfileLink" class="gDialogLink"><?= t("Modify Profile") ?></a></li>
<li><a href="<?= url::site("logout?continue=" . url::current(true)) ?>"
- id="gLogoutLink"><?= t("Logout") ?></a></li>
+ id="gLogoutLink"><?= t("Logout") ?></a></li>
<? endif; ?>
</ul>