style fix: no ?> at the end of file
This commit is contained in:
parent
f4cf4d77dd
commit
c255baf675
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue