LAYOUT: remove text "game" from "it's your turn" list
authorArun Persaud <arun@nubati.net>
Sun, 20 Nov 2011 04:51:49 +0000 (20:51 -0800)
committerArun Persaud <apersaud@lbl.gov>
Sun, 20 Nov 2011 04:51:49 +0000 (20:51 -0800)
include/functions.php

index 64c3e8bdc20cd00c3f5838e586797d51a9cdef74..c6544131045bde1fd6725c6cf099b5ac061d55b1 100644 (file)
@@ -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";