diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-13 21:55:27 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-13 22:00:03 -0800 |
commit | 189a8296e5f6ba47e87167083cff9cb3e1d0d03b (patch) | |
tree | a4fa2933395cbb4e3bcbc89cdda20e1bd1069b9b /include/game.php | |
parent | 4064c0f157255114c6f262f4709fea2b92460be9 (diff) | |
download | e-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.tar.gz e-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.tar.bz2 e-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.zip |
CLEANUP: fixed html output a bit
added whitespaces and line breaks
Diffstat (limited to 'include/game.php')
-rw-r--r-- | include/game.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 "<div class=\"usermenu\">\n"; echo "It's your turn in these games:<br />\n"; echo "Please log in to see this information.\n"; - echo "</div>\n"; + echo "</div>\n\n"; } /* @@ -2182,7 +2182,7 @@ if(sizeof($other_game_ids)>0 && $mystatus=='gameover') echo " </p>\n"; } -echo "</div>\n"; /* end gameinfo */ +echo "</div>\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) |