use xhtmlFooter instead of html since it now contains all the javascript

pull/3034/head
Isaac Connor 2020-09-02 17:33:09 -04:00
parent a6ad57b393
commit bc710bc826
3 changed files with 4 additions and 7 deletions

View File

@ -147,7 +147,7 @@ if ( isset($_REQUEST['newControl']) ) {
$focusWindow = true;
xhtmlHeaders(__FILE__, translate('ControlCap')." - ".$newControl['Name'] );
xhtmlHeaders(__FILE__, translate('ControlCap').' - '.$newControl['Name']);
?>
<body>
<div id="page">
@ -486,5 +486,4 @@ switch ( $tab ) {
</form>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>

View File

@ -84,5 +84,4 @@ foreach( $controls as $control ) {
</form>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>

View File

@ -269,5 +269,4 @@ while ( $event_row = dbFetchNext($results) ) {
</form>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>