use xhtmlfooter function to finish off html
parent
b52944258d
commit
207d57a3e6
|
@ -133,5 +133,4 @@ xhtmlHeaders(__FILE__, translate('CycleWatch') );
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
|
@ -264,5 +264,4 @@ foreach ( $monitors as $monitor ) {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
|
@ -284,5 +284,4 @@ xhtmlHeaders(__FILE__, translate('MontageReview') );
|
|||
<p id="fps">evaluating fps</p>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<?php xhtmlFooter() ?>
|
||||
|
|
Loading…
Reference in New Issue