summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-04-08 17:09:32 +0000
committerarun <arun>2007-04-08 17:09:32 +0000
commit60a2eca84c04fa112e9c80b0c285136517ba9d34 (patch)
treea130b0d748b4e22716d4acd2cc59cd6a906fe766
parente301f4a3728ca58860f9b88c9743d7912662e7c6 (diff)
downloade-DoKo-60a2eca84c04fa112e9c80b0c285136517ba9d34.tar.gz
e-DoKo-60a2eca84c04fa112e9c80b0c285136517ba9d34.tar.bz2
e-DoKo-60a2eca84c04fa112e9c80b0c285136517ba9d34.zip
fixed &amp; in html
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 813adf6..6d43ddb 100644
--- a/index.php
+++ b/index.php
@@ -1074,7 +1074,7 @@ else if(myisset("me"))
echo "<a href=\"".$host."?me=".$r[0]."\">game #".$r[1]." </a>";
if(time()-strtotime($r[2]) > 60*60*24*30)
echo " The game has been running for over a month.".
- " Do you want to cancel it? <a href=\"$host?cancle=1&me=".$r[0]."\">yes</a>".
+ " Do you want to cancel it? <a href=\"$host?cancle=1&amp;me=".$r[0]."\">yes</a>".
" (clicking here is final and can't be restored)";
echo "<br />";
}