diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/game.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.php b/include/game.php index 18d5819..d691c7f 100644 --- a/include/game.php +++ b/include/game.php @@ -945,6 +945,7 @@ switch($mystatus) } else echo "<div class=\"message\">Please, <a href=\"$INDEX?action=game&me=$me\">start</a> the game.</div>\n"; + echo '<div class="mycards"></div>'."\n"; /* needed to make sure the message area is in the right position */ } /* the following is part A) of what needs to be done */ |