From: Arun Persaud Date: Thu, 26 Feb 2009 07:32:18 +0000 (-0800) Subject: LAYOUT: some messages were not wrapped in a div-tag X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=3fd01c7b9fa78fb08ca1ad61c1de850b9a6b9870;ds=sidebyside LAYOUT: some messages were not wrapped in a div-tag and therefore had no class set, so they showed up somewhere on the page and messed up the layout --- diff --git a/include/game.php b/include/game.php index b3f852d..6d47fc9 100644 --- a/include/game.php +++ b/include/game.php @@ -746,7 +746,7 @@ switch($mystatus) } } else - echo " Please, start the game.
\n"; + echo "
Please, start the game.
\n"; } else { @@ -756,7 +756,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"; else { $whohash = DB_get_hash_from_game_and_pos($gameid,$who); @@ -871,7 +871,7 @@ switch($mystatus) } } else - echo " Please, start the game.
\n"; + echo "
Please, start the game.
\n"; } /* the following is part A) of what needs to be done */ @@ -1063,7 +1063,7 @@ switch($mystatus) mymail($userid,$subject,$message); } } - echo "
Please, continue here.
\n"; + echo "
Please, continue here.
\n"; } } echo "";