summaryrefslogtreecommitdiffstats
path: root/lib/ui.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ui.php')
-rw-r--r--lib/ui.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.php b/lib/ui.php
index 4d1e7671..fbbdcf8b 100644
--- a/lib/ui.php
+++ b/lib/ui.php
@@ -334,7 +334,7 @@ function truncate_with_ellipse($text, $max=27) {
*/
function show_footer() {
$class = "table-header";
- echo "<br /><br /><br /><div class=\"$class\" style=\"border: solid thin black;\">&nbsp</div>";
+ echo "<br /><br /><br /><div class=\"$class\" style=\"border: solid thin black;\">&nbsp;</div>";
} // show_footer
/*!