summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-31 12:25:25 -0700
committerArun Persaud <arun@nubati.net>2008-05-31 12:25:25 -0700
commit98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15 (patch)
tree7ad01bf8c8eb6e5b60f9c25b235ea9c8cef3af66 /include
parent448ca16b770c8cfe055f4ffb41cd5c189da3cde0 (diff)
downloade-DoKo-98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15.tar.gz
e-DoKo-98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15.tar.bz2
e-DoKo-98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15.zip
LAYOUT: make html standard conform in debug mode
hadn't checked debug mode with tidy Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index eba8bfa..7b29a28 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -734,7 +734,7 @@ function display_table ()
if(!$debug)
echo " $name \n";
else
- echo " <a href=\"".$INDEX."?action=game&me=".$hash."\">$name</a>\n";
+ echo " <a href=\"".$INDEX."?action=game&amp;me=".$hash."\">$name</a>\n";
/* add hints for poverty, wedding, solo, etc */
if( $gametype != "solo")