]> git.wh0rd.org Git - tt-rss.git/commitdiff
prefs.php: fix layout bug
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Nov 2005 09:44:59 +0000 (10:44 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 1 Nov 2005 09:44:59 +0000 (10:44 +0100)
prefs.php

index 2e3d9632621270be5bc325e357e684155c6a0d7c..12853389ec4a9d7d0bc186cb85453c6dbb32920b 100644 (file)
--- 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.