Add missing closing div tag for debug div

This commit is contained in:
Junior 2023-08-18 15:17:10 -04:00
parent 2c409a60c6
commit 0c665a4911

View File

@ -184,7 +184,7 @@ for ( $i=1; $i<=$total; $i++ ) {
$htime = microtime_float() - $htime; $htime = microtime_float() - $htime;
?> ?>
<!-- </div> --> <!-- </div> -->
<div id='debug' class='debug'> <div id='debug' class='debug'></div>
</div> </div>
</body> </body>