diff options
author | arun <arun@nubati.net> | 2006-12-13 19:18:12 +0000 |
---|---|---|
committer | arun <arun> | 2006-12-13 19:18:12 +0000 |
commit | 92a2164d4f1d5367b9325a8d65089abe79ee653b (patch) | |
tree | 954a04535c443a9a155aa9dca5a1c9db3ad1bbb5 /functions.php | |
parent | b10b46d1ddab03d006c4d5d5c2a5aa8e90a792c0 (diff) | |
download | e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.tar.gz e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.tar.bz2 e-DoKo-92a2164d4f1d5367b9325a8d65089abe79ee653b.zip |
a bit more cleanup in the layout
Diffstat (limited to 'functions.php')
-rw-r--r-- | functions.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/functions.php b/functions.php index 6bd50af..f77f8ae 100644 --- a/functions.php +++ b/functions.php @@ -394,7 +394,7 @@ function display_status() { echo "<div class=\"info\">"; echo " is someone playing solo, etc?"; - echo "</div>"; + echo "</div>\n"; return; } @@ -402,11 +402,11 @@ function display_status() function display_news() { global $wiki; - echo "<div class=\"bug\"> ". - "Please hit shift+reload.<br /><hr />". - "added local time display, let me know what you think<br /><hr />". - "If you find more bugs, please list them in the <a href=\"".$wiki. - "\">wiki</a>.</div>\n"; + 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". + " If you find more bugs, please list them in the <a href=\"".$wiki. + "\">wiki</a>.\n</div>\n"; return; } |