projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932a309
)
BUGFIX: forgot to close a <li> and a <div> on the first trick played
author
Arun Persaud
<arun@nubati.net>
Fri, 30 May 2008 02:46:51 +0000
(19:46 -0700)
committer
Arun 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
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index fbf554fbd19e859fadbf519eabd77e455677068a..ceed8bbba49d25191fe4cf940d9358b8d7d95c3e 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-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 */