diff options
author | Arun Persaud <arun@nubati.net> | 2007-06-28 22:49:06 +0200 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-06-28 22:49:06 +0200 |
commit | 14cdf8ad54e90d7b208b72cd0bfd568e9c22bc32 (patch) | |
tree | 5ce085c737e6202ebb02af7f561ec5004ccdf86a /output.php | |
parent | 906d4b7166440641b753148f9b9f158b2e1f2c0f (diff) | |
download | e-DoKo-14cdf8ad54e90d7b208b72cd0bfd568e9c22bc32.tar.gz e-DoKo-14cdf8ad54e90d7b208b72cd0bfd568e9c22bc32.tar.bz2 e-DoKo-14cdf8ad54e90d7b208b72cd0bfd568e9c22bc32.zip |
CLEANUP: make the code look a bit nicer
just a few small things
Diffstat (limited to 'output.php')
-rw-r--r-- | output.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ function output_check_for_sickness($me,$mycards) return; } -function check_want_to_play($me) +function output_check_want_to_play($me) { ?> <form action="index.php" method="post"> |