refactor: add HTML comments to closing tags in MainContent.php for improved readability and maintainability

This commit is contained in:
Zack Spear
2025-04-08 14:01:00 -07:00
parent 4e61946207
commit d37f55f6fb

View File

@@ -88,12 +88,12 @@ $tabbed = $display['tabs'] == 0 && count($pages) > 1;
endif;
if ($close): ?>
</div>
</div>
</div><!-- /.content -->
</div><!-- /.tab -->
<? endif;
endforeach; ?>
</div>
</div>
</div><!-- /.tabs -->
</div><!-- /#displaybox -->
<?
// Clean up variables
unset($pages, $page, $pgs, $pg, $icon, $nchan, $running, $start, $stop, $row, $script, $opt, $nchan_run);