diff options
author | Arun Persaud <arun@nubati.net> | 2008-05-31 12:25:25 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-05-31 12:25:25 -0700 |
commit | 98fcfc10d9f2ae7bc90713f47e809fa1f6eccf15 (patch) | |
tree | 7ad01bf8c8eb6e5b60f9c25b235ea9c8cef3af66 /include | |
parent | 448ca16b770c8cfe055f4ffb41cd5c189da3cde0 (diff) | |
download | e-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.php | 2 |
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&me=".$hash."\">$name</a>\n"; /* add hints for poverty, wedding, solo, etc */ if( $gametype != "solo") |