1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 11:39:16 +00:00

normalize title in front pages, fix filter query in update process

This commit is contained in:
Andrew Dolgov
2006-08-20 15:32:16 +01:00
parent 918e60e313
commit 52db9978a7
6 changed files with 14 additions and 9 deletions

View File

@@ -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 } ?>