summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
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>";