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

This commit is contained in:
Isaac Connor 2020-09-02 17:56:30 -04:00
parent 5b53289fee
commit 69bee20ef5
1 changed files with 1 additions and 2 deletions

View File

@ -322,5 +322,4 @@ echo htmlSelect('rate', $rates, intval($rate), array('id'=>'rateValue'));
?>
</div><!--content-->
</div><!--page-->
</body>
</html>
<?php xhtmlFooter() ?>