summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-20 15:32:16 +0100
committerAndrew Dolgov <[email protected]>2006-08-20 15:32:16 +0100
commit52db9978a7ab035b19de4a1c5587602f0c7c8ee0 (patch)
tree180c40eb018ceb5310e764c79dec9f27eac94db0 /tt-rss.php
parent918e60e313c8ebd01260cb7de2bdf9b22d01d342 (diff)
normalize title in front pages, fix filter query in update process
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 aa38a0d01..a3459bc34 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -251,7 +251,7 @@ window.onload = init;
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td colspan="2" class="footer" id="mainFooter">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
<?php if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<?php } ?>