diff options
author | arun <arun@nubati.net> | 2007-01-10 12:51:43 +0000 |
---|---|---|
committer | arun <arun> | 2007-01-10 12:51:43 +0000 |
commit | 22390bdc9d72fe7b32375d3be898ee0fd8137a88 (patch) | |
tree | 710fc2d6f8d92cf64523f3b22462844ef2d3a952 /output.php | |
parent | d57105094a2e224bd7f4f03b11ab96a45383fea2 (diff) | |
download | e-DoKo-22390bdc9d72fe7b32375d3be898ee0fd8137a88.tar.gz e-DoKo-22390bdc9d72fe7b32375d3be898ee0fd8137a88.tar.bz2 e-DoKo-22390bdc9d72fe7b32375d3be898ee0fd8137a88.zip |
added list of finished games to user page
Diffstat (limited to 'output.php')
-rw-r--r-- | output.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ function display_news() global $wiki; echo "<div class=\"bug\">\n". " Please hit <strong>shift+reload</strong>.<br /><hr />\n". - " added local time display, let me know what you think<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"; return; |