diff --git a/includes/login.php b/includes/login.php index 6ef4bd5..d7ff2b2 100644 --- a/includes/login.php +++ b/includes/login.php @@ -39,7 +39,7 @@ if ($isAdmin) { ?> -
+


diff --git a/includes/topnav.php b/includes/topnav.php index 37c9abb..179e0dc 100644 --- a/includes/topnav.php +++ b/includes/topnav.php @@ -42,7 +42,7 @@ $types = array('normal view', 'timetable', 'timetable2'); foreach ($types as $type) { echo ''; } echo ""; @@ -56,7 +56,7 @@ while(list($servername,$serveritems) = each($tsmmonitor->configarray["serverlist"])) { echo ''; } echo ""; diff --git a/includes/tsmmonitor.php b/includes/tsmmonitor.php index 2fbd571..6a7d3a6 100644 --- a/includes/tsmmonitor.php +++ b/includes/tsmmonitor.php @@ -290,7 +290,7 @@ class TSMMonitor { foreach ($lines as $line) { $linebox .= '
"; @@ -396,7 +396,7 @@ class TSMMonitor { if (!isset($menu)) { return ""; }; $this->menuindent++; - for ($i=1;$i<$this->menuindent;$i++){ + for ($i=1;$i<$this->menuindent;$i++) { $indent .= "   "; } while (list($key, $val) = each($menu)) { @@ -492,7 +492,7 @@ class TSMMonitor { $fileName = str_replace('.css', '', $file); $fileName = str_replace('style_', '', $fileName); $ret .= '