diff options
author | Arun Persaud <arun@nubati.net> | 2011-02-21 22:51:31 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-02-21 22:51:31 -0800 |
commit | 455372db985024563b26bfa5af9c91b2a8e53c06 (patch) | |
tree | 541830598c2d47ad6cd7555d68e465c22c7d9b5e /include | |
parent | e2ced42562672ea0816aca6b139242bdc828b431 (diff) | |
download | e-DoKo-455372db985024563b26bfa5af9c91b2a8e53c06.tar.gz e-DoKo-455372db985024563b26bfa5af9c91b2a8e53c06.tar.bz2 e-DoKo-455372db985024563b26bfa5af9c91b2a8e53c06.zip |
LAYOUT: fixed message area showing up in the wrong place during poverty setup
Diffstat (limited to 'include')
-rw-r--r-- | include/game.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php index 18d5819..d691c7f 100644 --- a/include/game.php +++ b/include/game.php @@ -945,6 +945,7 @@ switch($mystatus) } else echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n"; + echo '<div class="mycards"></div>'."\n"; /* needed to make sure the message area is in the right position */ } /* the following is part A) of what needs to be done */ |