summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/game.php b/include/game.php
index 621b0b0..6d5b169 100644
--- a/include/game.php
+++ b/include/game.php
@@ -417,8 +417,8 @@ switch($mystatus)
echo " <li onclick=\"hl('13');\" class=\"current\"><a href=\"#\">"._('Score')."</a></li>\n";
/* output previous/next buttons */
- echo " <li onclick=\"hl_prev();\" class=\"old\"><a href=\"#\">"._('prev')."</a></li>\n";
- echo " <li onclick=\"hl_next();\" class=\"old\"><a href=\"#\">"._('next')."</a></li>\n";
+ echo " <li onclick=\"hl_prev();\" ><button>"._('prev')."</button></li>\n";
+ echo " <li onclick=\"hl_next();\" ><button>"._('next')."</button></li>\n";
echo "</ul>\n\n";