just fix structure/spacing

This commit is contained in:
Isaac Connor 2018-06-06 11:40:38 -04:00
parent b3c9f508f4
commit db6bd67f59
1 changed files with 5 additions and 10 deletions

View File

@ -375,16 +375,11 @@ function xhtmlFooter() {
global $running; global $running;
if ( canEdit('System') ) { if ( canEdit('System') ) {
include("skins/$skin/views/state.php"); include("skins/$skin/views/state.php");
?>
<?php
} }
?> ?>
</body> </body>
<script type="text/javascript"> <script type="text/javascript">$j('.chosen').chosen();</script>
$j('.chosen').chosen();
</script>
</html> </html>
<?php <?php
} // end xhtmlFooter } // end xhtmlFooter
?> ?>