From 455372db985024563b26bfa5af9c91b2a8e53c06 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Mon, 21 Feb 2011 22:51:31 -0800 Subject: LAYOUT: fixed message area showing up in the wrong place during poverty setup --- include/game.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/game.php') 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 */ -- cgit v1.2.3-18-g5258