LAYOUT: fixed message area showing up in the wrong place during poverty setup
authorArun Persaud <arun@nubati.net>
Tue, 22 Feb 2011 06:51:31 +0000 (22:51 -0800)
committerArun Persaud <apersaud@lbl.gov>
Tue, 22 Feb 2011 06:51:31 +0000 (22:51 -0800)
include/game.php

index 18d58193a697f838ae1d1669aacd15c8dd816d7e..d691c7f0b92147c0ddd7864103b4c38e3afcce35 100644 (file)
@@ -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 */