From: arun Date: Wed, 22 Nov 2006 14:39:59 +0000 (+0000) Subject: small typo fixed: a space was missing X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=a9e90053fdcfb99066cd7d1d51fb2b78abf3fd61;ds=sidebyside small typo fixed: a space was missing --- diff --git a/index.php b/index.php index a2366ed..76b282a 100644 --- a/index.php +++ b/index.php @@ -872,7 +872,7 @@ if(sizeof($lines)<2) $message .= "it's your turn now.\n". "Use this link to play a card: ".$host."?me=".$hash[$i]."\n\n" ; } - $message .= $player[$me]["name"]. "has played the following card ".card_to_name($card)."\n"; + $message .= $player[$me]["name"]." has played the following card ".card_to_name($card)."\n"; if($game["solo-who"]>=0) $message.= $player[$hash[$game["solo-who"]]]." is playing a ".$game["solo-what"]." solo!\n";