]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix spacing in new uptime bar.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2013 10:28:34 +0000 (12:28 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 30 Apr 2013 10:28:34 +0000 (12:28 +0200)
html/html/themes/ipfire/include/functions.pl
html/html/themes/maniac/include/functions.pl

index d4f8bf79497144646506493b670c202aa5b96f81..086ff183e4ca2b6a76650aff23995e0ac8d2e9e8 100644 (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') {
index 2a40be2165ea9f9bd35e0f56920a2aa639e09ed6..e072d3bc8166b9e8ee13b639b97be3a9daa03fe7 100644 (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') {