From d26d08d532e38dcd42a159cfd295b0f87d82d9a2 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 11 Jul 2008 12:37:55 -0700 Subject: [PATCH] BUGFIX: fixed a small typo Sean found this... Signed-off-by: Arun Persaud --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game.php b/include/game.php index 613575b..3ed9497 100644 --- a/include/game.php +++ b/include/game.php @@ -126,7 +126,7 @@ if(myisset('call') && $_REQUEST['call'] == '0' && can_call(0,$me)) if($session) { echo "
\n"; - echo "
Rules (+icons fur rules) \n"; + echo "
Rules (+icons for rules) \n"; echo "
\n"; echo " 10ofhearts : {$RULES['dullen']}
\n"; echo " schweinchen: {$RULES['schweinchen']}
\n"; -- 2.25.1