From: Arun Persaud Date: Tue, 22 Feb 2011 06:51:31 +0000 (-0800) Subject: LAYOUT: fixed message area showing up in the wrong place during poverty setup X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=455372db985024563b26bfa5af9c91b2a8e53c06;p=e-DoKo.git LAYOUT: fixed message area showing up in the wrong place during poverty setup --- 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 "
Please, start the game.
\n"; + echo '
'."\n"; /* needed to make sure the message area is in the right position */ } /* the following is part A) of what needs to be done */