mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Fix spacing in new uptime bar.
This commit is contained in:
@@ -348,7 +348,7 @@ END
|
|||||||
</div>
|
</div>
|
||||||
<br class="clear" />
|
<br class="clear" />
|
||||||
<div id="footer" class="fixed">
|
<div id="footer" class="fixed">
|
||||||
<b>Status:</b> $status <b>Uptime:</b>$uptime
|
<b>Status:</b> $status <b>Uptime:</b> $uptime
|
||||||
END
|
END
|
||||||
;
|
;
|
||||||
if ($settings{'SPEED'} ne 'off') {
|
if ($settings{'SPEED'} ne 'off') {
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ END
|
|||||||
</div>
|
</div>
|
||||||
<br class="clear" />
|
<br class="clear" />
|
||||||
<div id="footer" class="fixed">
|
<div id="footer" class="fixed">
|
||||||
<b>Status:</b> $status <b>Uptime:</b>$uptime
|
<b>Status:</b> $status <b>Uptime:</b> $uptime
|
||||||
END
|
END
|
||||||
;
|
;
|
||||||
if ($settings{'SPEED'} ne 'off') {
|
if ($settings{'SPEED'} ne 'off') {
|
||||||
|
|||||||
Reference in New Issue
Block a user