summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-20 11:18:53 +0100
committerAndrew Dolgov <[email protected]>2005-11-20 11:18:53 +0100
commit9f78104cb5c925c5f2c3a104b40dbb9173cd1f70 (patch)
treeeed2a79ef24ceda020ae16c842e0af4b531e2c53 /tt-rss.php
parent8cb7480484d03a06663ac031ad3db33ea46b77ae (diff)
update prefs.php logout prompt
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 9e04bc677..e88dd19d0 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -80,14 +80,15 @@
<? if (!SINGLE_USER_MODE) { ?>
<? if (USE_HTTP_AUTH) { ?>
<table align="right"><tr>
- <td class="httpWelcomePrompt">Hello, <b><?= $_SESSION["name"] ?></b></td>
+ <td class="httpWelcomePrompt">Hello, <b> <?= $_SESSION["name"] ?></b></td>
<td><form action="tt-rss.php" method="POST">
<input type="hidden" name="ForceLogout" value="yes">
<input type="submit" class="button" value="Logout">
</form>
</td></tr></table>
<? } else { ?>
- Hello, <b><?= $_SESSION["name"] ?></b>(<a href="logout.php">Logout</a>)
+ Hello, <b><?= $_SESSION["name"] ?></b>
+ (<a href="logout.php">Logout</a>)
<? } ?>
</td>
<? } ?>