From e7e541e70a2aabdd399aa9952e0f8dee435b402b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 13 Mar 2010 16:24:21 -0800 Subject: [PATCH] BUGFIX: missing ul-tag in poverty check messed up layout also removed some div-tags that were not needed --- include/game.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/game.php b/include/game.php index 3cc1d65..b94ee90 100644 --- a/include/game.php +++ b/include/game.php @@ -668,7 +668,7 @@ switch($mystatus) mymail($user,$subject,$message); } - echo "\n"; + echo "\n"; /* end div message */ break; } else if($poverty==1) /* one person has poverty */ @@ -807,7 +807,7 @@ switch($mystatus) } } else - echo "
Please, start the game.
\n"; + echo "Please, start the game.
\n"; } else { @@ -817,7 +817,7 @@ switch($mystatus) $whoid = DB_get_userid('gameid-position',$gameid,$who); if($whoid==$myid) - echo "
Please, start the game.
\n"; + echo "Please, start the game.
\n"; break; } - echo "\n"; + case 'poverty': /* user only gets here in a poverty game, several things have to be handled here: * A) ask, if user wants to take trump @@ -894,7 +894,7 @@ switch($mystatus) /* get information so show the cards that have been handed over in a poverty game */ output_exchanged_cards(); - echo " \n \n"; /* end div trick, end li trick */ + echo " \n \n\n\n"; /* end div trick, end li trick , end ul tricks */ } /* end output pre-game trick */ -- 2.25.1