From 69b24a34b64f4eeb9279e0d66577f555c82b01eb Mon Sep 17 00:00:00 2001
From: Arun Persaud <arun@nubati.net>
Date: Sat, 19 Nov 2011 20:51:49 -0800
Subject: LAYOUT: remove text "game" from "it's your turn" list

---
 include/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

diff --git a/include/functions.php b/include/functions.php
index 64c3e8b..c654413 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1241,7 +1241,7 @@ function display_user_menu($id, $skiphash=NULL)
 
       $i++;
       echo "  <a href=\"".$INDEX."?action=game&amp;me=".$r[0].
-	"\">game ".DB_format_gameid($r[1])." </a>\n";
+	"\"> ".DB_format_gameid($r[1])." </a>\n";
       if($i>4)
 	{
 	  echo ",  ...\n";
-- 
cgit v1.2.3-18-g5258