whitespace style fix

This commit is contained in:
Antoine Beaupré 2008-04-27 03:27:33 +00:00
parent 50567f1edd
commit 93c9152aab
1 changed files with 2 additions and 6 deletions

View File

@ -32,13 +32,9 @@
/* ######### SUPER-ADMIN ########## */ /* ######### SUPER-ADMIN ########## */
/* ############################# */ /* ############################# */
if ($mem->checkRight()) if ($mem->checkRight()) { ?>
{ ?>
<dt id="reseller"><?php __("Reseller"); ?></dt> <dt id="reseller"><?php __("Reseller"); ?></dt>
<dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd> <dd><a href="adm_list.php"><?php __("Manage the members"); ?></a></dd>
<dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd> <dd><a href="adm_panel.php"><?php __("Admin Control Panel"); ?></a></dd>
<dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd> <dd><a href="/admin/sql/?server=2"><?php __("General SQL Admin"); ?></a></dd>
<?php <?php }
}
?>