diff options
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/account.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/html/account.php b/web/html/account.php index 5c793be..63c3ada 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -12,9 +12,8 @@ html_header(__('Accounts')); # Main page processing here # -echo "<div class=\"pgbox\">\n"; +echo "<div class=\"box\">\n"; echo " <h2>".__("Accounts")."</h2>\n"; -echo " <div class=\"pgboxbody\">\n"; $action = in_request("Action"); @@ -158,7 +157,6 @@ if (isset($_COOKIE["AURSID"])) { } } -echo " </div>"; echo "</div>"; html_footer(AUR_VERSION); |