From 189a8296e5f6ba47e87167083cff9cb3e1d0d03b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 13 Nov 2011 21:55:27 -0800 Subject: CLEANUP: fixed html output a bit added whitespaces and line breaks --- include/functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/functions.php') 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 "
\n"; + echo "
\n "; echo _('It\'s your turn in these games').":
\n"; } $i++; - echo "game ".DB_format_gameid($r[1])."
\n"; if($i>4) { - echo "...
\n"; + echo " ...
\n"; break; } } if($i) - echo "
\n"; + echo "
\n\n"; return; } -- cgit v1.2.3-18-g5258