From: Arun Persaud Date: Sun, 20 Nov 2011 04:53:52 +0000 (-0800) Subject: LAYOUT: fixed user home page a bit X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=f55dbd7a08908c0443b5ed9d20c2dc74bb8b1026;ds=sidebyside LAYOUT: fixed user home page a bit --- 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";