]> git.wh0rd.org - tt-rss.git/commitdiff
fix logout links short tag issue (closes #149)
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 3 Sep 2007 08:43:39 +0000 (09:43 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 3 Sep 2007 08:43:39 +0000 (09:43 +0100)
prefs.php
tt-rss.php

index 1c81b4703cbec98717336347b3b193baa3874ef3..01e7b816dc31dd5c209925ff0137c896d13a9cab 100644 (file)
--- 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"/>   
index 01765c5177139e8beeef6d70f6a8bc67894bd760..3144c89ff821eeb4941b77561ae31c04fab96fa5 100644 (file)
@@ -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!"