mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed issues with stray div tags
This commit is contained in:
@@ -211,6 +211,7 @@ if ($_SESSION['authenticated'])
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$runtime_end = utime(); $runtime = $runtime_end - $runtime_start;
|
$runtime_end = utime(); $runtime = $runtime_end - $runtime_start;
|
||||||
|
@@ -217,7 +217,6 @@ if ($config['enable_syslog'])
|
|||||||
echo("</div>");
|
echo("</div>");
|
||||||
|
|
||||||
echo('
|
echo('
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
');
|
');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user