From: Arun Persaud Date: Fri, 30 May 2008 02:46:51 +0000 (-0700) Subject: BUGFIX: forgot to close a
  • and a
    on the first trick played X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7fad04dae48d5fa0c209b84be3e9cf9b763472;p=e-DoKo.git BUGFIX: forgot to close a
  • and a
    on the first trick played messed up the html a bit, just a minor fix though Signed-off-by: Arun Persaud --- diff --git a/include/game.php b/include/game.php index fbf554f..ceed8bb 100644 --- a/include/game.php +++ b/include/game.php @@ -1708,7 +1708,7 @@ switch($mystatus) echo "please wait until it's your turn!
    \n"; } - if($seq!=4 && $trickNR>1) + if($seq!=4 && $trickNR>=1) echo "
    \n
  • \n"; /* end div trick, end li trick */ /* display points in case game is over */