summaryrefslogtreecommitdiffstats
path: root/output.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-12 16:00:56 +0000
committerarun <arun>2007-01-12 16:00:56 +0000
commit594f6737e0206bf80b636afa828cc80c21a0945d (patch)
treed28eb49128936fb4a5c881821c46f84f5114630c /output.php
parent1609d836dc4157e318707b6a5a859f42b527b0cf (diff)
downloade-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.gz
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.tar.bz2
e-DoKo-594f6737e0206bf80b636afa828cc80c21a0945d.zip
some small bugfixes
Diffstat (limited to 'output.php')
-rw-r--r--output.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/output.php b/output.php
index 21ce2fc..32dbd7b 100644
--- a/output.php
+++ b/output.php
@@ -16,9 +16,9 @@ function display_news()
global $wiki;
echo "<div class=\"bug\">\n".
" Please hit <strong>shift+reload</strong>.<br /><hr />\n".
- " the table and the names are now always shown. <br /><hr />".
- " If you find more bugs, please list them in the <a href=\"".$wiki.
- "\">wiki</a>.\n</div>\n";
+ " The server now keeps score... (only from now on) <br /><hr />".
+ " If you find more bugs, please list them in the <a href=\"".
+ $wiki."\">wiki</a>.\n</div>\n";
return;
}