style fix: no ?> at the end of file

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

View File

@ -34,6 +34,4 @@ if ($r["t"]) {
<dd><a href="sql_list.php"><?php __("Databases"); ?></a></dd>
<dd><a href="sql_users_list.php"><?php __("Users") ?></a></dd>
<dd><a target="_blank" href="sql_admin.php"><?php __("SQL Admin"); ?></a></dd>
<?php
}
?>
<?php }