summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-02-21 22:51:31 -0800
committerArun Persaud <apersaud@lbl.gov>2011-02-21 22:51:31 -0800
commit455372db985024563b26bfa5af9c91b2a8e53c06 (patch)
tree541830598c2d47ad6cd7555d68e465c22c7d9b5e /include/game.php
parente2ced42562672ea0816aca6b139242bdc828b431 (diff)
downloade-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/game.php')
-rw-r--r--include/game.php1
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&amp;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 */