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/game.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/game.php') diff --git a/include/game.php b/include/game.php index 11cb66f..b8963d2 100644 --- a/include/game.php +++ b/include/game.php @@ -2135,7 +2135,7 @@ else echo "
\n"; echo "It's your turn in these games:
\n"; echo "Please log in to see this information.\n"; - echo "
\n"; + echo "\n\n"; } /* @@ -2182,7 +2182,7 @@ if(sizeof($other_game_ids)>0 && $mystatus=='gameover') echo "

\n"; } -echo "\n"; /* end gameinfo */ +echo "\n\n"; /* end gameinfo */ /* make sure that we don't show the notes to the wrong person * (e.g. other people looking at an old game) -- cgit v1.2.3-18-g5258