From 189a8296e5f6ba47e87167083cff9cb3e1d0d03b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 13 Nov 2011 21:55:27 -0800 Subject: CLEANUP: fixed html output a bit added whitespaces and line breaks --- include/output.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 1adcaa7..e91451c 100644 --- a/include/output.php +++ b/include/output.php @@ -451,9 +451,7 @@ function output_footer() " \"Green\n". "

\n"; - echo "\n"; - echo "\n"; - + echo "\n\n"; echo "\n"; echo "\n"; @@ -490,9 +488,9 @@ function output_status() echo " | "._('wiki/bugs')."\n"; echo " | "._('atom')."\n"; echo " |    "._('logout')."\n"; - echo "\n"; + echo "\n\n"; - echo "
"._('last login').": ".date("r",$unixtime)."
\n"; + echo "
"._('last login').": ".date("r",$unixtime)."
\n\n"; } return; } @@ -600,10 +598,10 @@ function output_user_notes($userid,$gameid,$userstatus) echo "
"._('Personal notes').":
\n"; $notes = DB_get_notes_by_userid_and_gameid($userid,$gameid); foreach($notes as $note) - echo "$note
\n"; + echo " $note
\n"; if($userstatus!='gameover') - echo "\n"; - echo "
\n"; + echo " \n"; + echo "\n\n"; return; } -- cgit v1.2.3-18-g5258