From be7fad04dae48d5fa0c209b84be3e9cf9b763472 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 29 May 2008 19:46:51 -0700 Subject: 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 --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/game.php') 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 */ -- cgit v1.2.3-18-g5258