]> git.wh0rd.org Git - tt-rss.git/commitdiff
margin between right border and hlUpdated
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 28 Nov 2005 08:11:27 +0000 (09:11 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 28 Nov 2005 08:11:27 +0000 (09:11 +0100)
backend.php

index c81e1ccb1d849a7f1d60e312a531974cafde4668..e22dfe8ef9c91aca6345d63a4a563e19e2fa9dfd 100644 (file)
                                $updated_fmt = date($short_date, strtotime($line["updated"]));
                        }                               
                        
-                       print "<td class=\"hlUpdated\"><nobr>$updated_fmt</nobr></td>";
+                       print "<td class=\"hlUpdated\"><nobr>$updated_fmt&nbsp;</nobr></td>";
 
                        print "</tr>";