Remove extra newlines around PHP tags.

This commit is contained in:
2025-10-13 15:37:52 -07:00
parent 0d3822258f
commit 3273fb62c8
14 changed files with 0 additions and 33 deletions

View File

@@ -8,7 +8,6 @@
}
include "helpers/body_open.php";
?>
<div class="row">
<h1 class="col-12 title">Media</h1>
<!--<?php if (isset($GLOBALS["SHOW_BANNER_PICS"])
@@ -111,7 +110,6 @@
</li></ul>
</div>
</div>
<?php
include "helpers/body_close.php";
?>