From db33035cf582e773406f971eef1666051d2fc93c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 2 Mar 2011 09:10:01 +0100 Subject: [PATCH] =?UTF-8?q?Les=20id=20doivent=20=C3=AAtre=20uniques,=20com?= =?UTF-8?q?me=20leur=20nom=20l'indique.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/serveur/php/createGame.php | 12 ++++++------ code/serveur/php/ressources/simple.css | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/code/serveur/php/createGame.php b/code/serveur/php/createGame.php index d739524..89f626f 100644 --- a/code/serveur/php/createGame.php +++ b/code/serveur/php/createGame.php @@ -62,30 +62,30 @@ if($err == false) if($state == 0) { echo ''; echo ''; - echo ''; - echo ''; + echo ''; + echo ''; } else { echo '
'; echo ''; echo ''; - echo ''; + echo ''; for($i = 0; $i < $nbwords; $i++) { if($i % 2 == 0) { echo ''; - echo ''; + echo ''; } else { echo ''; - echo ''; + echo ''; } } if($nbwords % 2 != 0) echo ''; - echo ''; + echo ''; } ?>






diff --git a/code/serveur/php/ressources/simple.css b/code/serveur/php/ressources/simple.css index 3123b79..a43a3a0 100644 --- a/code/serveur/php/ressources/simple.css +++ b/code/serveur/php/ressources/simple.css @@ -71,7 +71,7 @@ padding-right : 5px; } -.logintbl #td2, .contactbl #td2, .signuptbl #td2, .creategametbl #td2, .creategametbl25 #td2 { +.logintbl .td2, .contactbl .td2, .signuptbl .td2, .creategametbl .td2, .creategametbl25 .td2 { text-align : left; }