From: Arun Persaud Date: Sun, 14 Mar 2010 00:24:21 +0000 (-0800) Subject: BUGFIX: missing ul-tag in poverty check messed up layout X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7e541e70a2aabdd399aa9952e0f8dee435b402b;p=e-DoKo.git BUGFIX: missing ul-tag in poverty check messed up layout also removed some div-tags that were not needed --- 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 */