summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-01 10:44:59 +0100
committerAndrew Dolgov <[email protected]>2005-11-01 10:44:59 +0100
commitfaa1c03419fbfb1bcb2112620667c36b83e09e78 (patch)
tree7f82def54dc24e5c58d9b2864bce6b383585ebed /prefs.php
parent833188150fb05b2a2672673590e592ae3e2b416d (diff)
prefs.php: fix layout bug
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 2e3d96326..12853389e 100644
--- a/prefs.php
+++ b/prefs.php
@@ -54,7 +54,7 @@
</tr>
<? if (DISPLAY_FOOTER) { ?>
<tr>
- <td class="footer">
+ <td class="footer" colspan="2">
<a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
<? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.