From f90d56937697ad3709fa15bdf3526f679d84ef60 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 23 May 2012 13:33:06 -0400 Subject: Remove all traces of "pgboxtitle" Using a div container to format heading is ridiculous. Use "

" instead. Signed-off-by: Lukas Fleischer Signed-off-by: canyonknight --- web/html/account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/account.php') diff --git a/web/html/account.php b/web/html/account.php index f17ba48..5c793be 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -13,7 +13,7 @@ html_header(__('Accounts')); # Main page processing here # echo "
\n"; -echo "
".__("Accounts")."
\n"; +echo "

".__("Accounts")."

\n"; echo "
\n"; $action = in_request("Action"); -- cgit v1.2.3-54-g00ecf