diff options
Diffstat (limited to 'lib/ui.php')
-rw-r--r-- | lib/ui.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;\"> </div>"; + echo "<br /><br /><br /><div class=\"$class\" style=\"border: solid thin black;\"> </div>"; } // show_footer /*! |