From 13b892e923b09e1f26d752b1e96a7fdf295a6a56 Mon Sep 17 00:00:00 2001 From: canyonknight Date: Wed, 23 May 2012 13:52:19 -0400 Subject: Overhaul account pages to match archweb * Use CSS from archweb * General clean-up of XHTML formatting Signed-off-by: canyonknight Signed-off-by: Lukas Fleischer --- web/html/account.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'web/html/account.php') 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 "
\n"; +echo "
\n"; echo "

".__("Accounts")."

\n"; -echo "
\n"; $action = in_request("Action"); @@ -158,7 +157,6 @@ if (isset($_COOKIE["AURSID"])) { } } -echo "
"; echo "
"; html_footer(AUR_VERSION); -- cgit v1.2.3-54-g00ecf