summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent571dad821884ddd391eca4bf551bb7b604f0e322 (diff)
fix logout links short tag issue (closes #149)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 1c81b4703..01e7b816d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -88,7 +88,7 @@ window.onload = init;
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
- (<a href="logout.php"><?= __('Logout') ?></a>)
+ (<a href="logout.php"><?php echo __('Logout') ?></a>)
</div>
<?php } ?>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>