mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
refactor: add HTML comments to closing tags in MainContent.php for improved readability and maintainability
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user