Fixed issues with stray div tags

This commit is contained in:
laf
2014-06-15 14:48:07 +01:00
parent 41d52b1be1
commit 012ba6f9f8
2 changed files with 1 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ if ($_SESSION['authenticated'])
?>
</div>
</div>
</div>
<?php
$runtime_end = utime(); $runtime = $runtime_end - $runtime_start;

View File

@@ -217,7 +217,6 @@ if ($config['enable_syslog'])
echo("</div>");
echo('
</div>
</div>
');