1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 21:41:29 +00:00

margin between right border and hlUpdated

This commit is contained in:
Andrew Dolgov
2005-11-28 09:11:27 +01:00
parent be773442d2
commit 12d7c4cdee

View File

@@ -1105,7 +1105,7 @@
$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>";