From f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 19 Nov 2011 20:53:52 -0800 Subject: [PATCH] LAYOUT: fixed user home page a bit --- include/user.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/user.php b/include/user.php index 2c3afeb..b811cda 100644 --- a/include/user.php +++ b/include/user.php @@ -138,12 +138,12 @@ else " Between $vac_start and $vac_stop other users will see the following message: $vac_comment.

\n"; } - echo '

'._('These are all your games').":

\n"; + echo '

'._('These are your games').":

\n"; /* output legend */ - echo '

'._('Games').": \n"; - echo '   = '._('pre-game phase'); - echo '   = '._('game in progess'); - echo 'N = '._('game over (N people played the same hand)').'
'; + echo "

\n"; + echo '    '._('pre-game phase'); + echo '    '._('game in progess'); + echo ' N  '._('game over (N people played this hand)').'
'; echo ' '._("Reminder: canceling a game can't be reversed!"); echo "

\n"; -- 2.25.1