summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-28 09:11:27 +0100
committerAndrew Dolgov <[email protected]>2005-11-28 09:11:27 +0100
commit12d7c4cdeed12543c4b282f46294af0afee19f29 (patch)
tree13fe8bc96498550617d3da2687e87ee1eeedd6ef /backend.php
parentbe773442d23f8038549f23ed012101a86270451c (diff)
margin between right border and hlUpdated
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index c81e1ccb1..e22dfe8ef 100644
--- a/backend.php
+++ b/backend.php
@@ -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>";