Fix spacing in new uptime bar.

This commit is contained in:
Michael Tremer
2013-04-30 12:28:34 +02:00
parent c5259fab54
commit 67fd2a703d
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ END
</div>
<br class="clear" />
<div id="footer" class="fixed">
<b>Status:</b> $status <b>Uptime:</b>$uptime
<b>Status:</b> $status <b>Uptime:</b> $uptime
END
;
if ($settings{'SPEED'} ne 'off') {

View File

@@ -345,7 +345,7 @@ END
</div>
<br class="clear" />
<div id="footer" class="fixed">
<b>Status:</b> $status <b>Uptime:</b>$uptime
<b>Status:</b> $status <b>Uptime:</b> $uptime
END
;
if ($settings{'SPEED'} ne 'off') {