summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-09-03 09:43:39 +0100
committerAndrew Dolgov <[email protected]>2007-09-03 09:43:39 +0100
commitc23a8db9eac4a7738b1742a10c3959865859147b (patch)
tree370a2165c408c7dd57ccf59efc090deae04fb7e0 /tt-rss.php
parent571dad821884ddd391eca4bf551bb7b604f0e322 (diff)
fix logout links short tag issue (closes #149)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 01765c517..3144c89ff 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -106,7 +106,7 @@ window.onload = init;
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="logout.php"><?= __('Logout') ?></a>)
+ (<a href="logout.php"><?php echo __('Logout') ?></a>)
<?php } ?>
<img id="newVersionIcon" style="display:none;" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"