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

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