use xhtmlfooter function to finish off html

pull/2077/head
Isaac Connor 2017-10-02 11:55:52 -04:00
parent b52944258d
commit 207d57a3e6
3 changed files with 3 additions and 6 deletions

View File

@ -133,5 +133,4 @@ xhtmlHeaders(__FILE__, translate('CycleWatch') );
</div>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>

View File

@ -264,5 +264,4 @@ foreach ( $monitors as $monitor ) {
</div>
</div>
</div>
</body>
</html>
<?php xhtmlFooter() ?>

View File

@ -284,5 +284,4 @@ xhtmlHeaders(__FILE__, translate('MontageReview') );
<p id="fps">evaluating fps</p>
</div>
</body>
</html>
<?php xhtmlFooter() ?>