summaryrefslogtreecommitdiffstats
path: root/include/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-13 21:55:27 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-13 22:00:03 -0800
commit189a8296e5f6ba47e87167083cff9cb3e1d0d03b (patch)
treea4fa2933395cbb4e3bcbc89cdda20e1bd1069b9b /include/functions.php
parent4064c0f157255114c6f262f4709fea2b92460be9 (diff)
downloade-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.tar.gz
e-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.tar.bz2
e-DoKo-189a8296e5f6ba47e87167083cff9cb3e1d0d03b.zip
CLEANUP: fixed html output a bit
added whitespaces and line breaks
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/functions.php b/include/functions.php
index ddac182..9f36330 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1181,22 +1181,22 @@ function display_user_menu($id)
{
if($i==0)
{
- echo "<div class=\"usermenu\">\n";
+ echo "<div class=\"usermenu\">\n ";
echo _('It\'s your turn in these games').":<br />\n";
}
$i++;
- echo "<a href=\"".$INDEX."?action=game&amp;me=".$r[0].
+ echo " <a href=\"".$INDEX."?action=game&amp;me=".$r[0].
"\">game ".DB_format_gameid($r[1])." </a><br />\n";
if($i>4)
{
- echo "...<br />\n";
+ echo " ...<br />\n";
break;
}
}
if($i)
- echo "</div>\n";
+ echo "</div>\n\n";
return;
}