summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parent918e60e313c8ebd01260cb7de2bdf9b22d01d342 (diff)
normalize title in front pages, fix filter query in update process
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 1774bce2d..110d373d5 100644
--- a/prefs.php
+++ b/prefs.php
@@ -155,7 +155,7 @@ window.onload = init;
<?php if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td class="footer" colspan="2">
- <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 } ?>