mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fix spacing in new uptime bar.
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user