style fix: no ?> at the end of file

This commit is contained in:
Antoine Beaupré 2008-04-27 03:45:57 +00:00
parent f4cf4d77dd
commit c255baf675
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ $r=$quota->getquota("dom");
if ($q["t"]>0 && $r["u"]>0) { if ($q["t"]>0 && $r["u"]>0) {
?> ?>
<dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd> <dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd>
<?php } ?> <?php }