Fix dom filling up with comments
This commit is contained in:
parent
7930e1881f
commit
7db790ec7b
|
@ -298,7 +298,7 @@ if ($reload == 'reload') ob_start();
|
||||||
echo ' ' . ZM_PATH_MAP .': '. getDiskPercent(ZM_PATH_MAP).'%';
|
echo ' ' . ZM_PATH_MAP .': '. getDiskPercent(ZM_PATH_MAP).'%';
|
||||||
?></li>
|
?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div> <!-- End .footer/reload -->
|
<!-- End .footer/reload --></div>
|
||||||
<?php
|
<?php
|
||||||
if ($reload == 'reload') return( ob_get_clean() );
|
if ($reload == 'reload') return( ob_get_clean() );
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue