BUGFIX: forgot to close a <li> and a <div> on the first trick played
authorArun Persaud <arun@nubati.net>
Fri, 30 May 2008 02:46:51 +0000 (19:46 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 30 May 2008 02:46:51 +0000 (19:46 -0700)
messed up the html a bit, just a minor fix though

Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php

index fbf554fbd19e859fadbf519eabd77e455677068a..ceed8bbba49d25191fe4cf940d9358b8d7d95c3e 100644 (file)
@@ -1708,7 +1708,7 @@ switch($mystatus)
          echo "please wait until it's your turn! <br />\n";
        }
 
-      if($seq!=4 && $trickNR>1)
+      if($seq!=4 && $trickNR>=1)
        echo "    </div>\n  </li>\n";  /* end div trick, end li trick */
 
       /* display points in case game is over */