summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/game.php4
-rw-r--r--include/output.php2
2 files changed, 3 insertions, 3 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";
diff --git a/include/output.php b/include/output.php
index 74d0e00..1d1a71f 100644
--- a/include/output.php
+++ b/include/output.php
@@ -379,7 +379,7 @@ function output_header()
<meta name="viewport" content="width=device-width; initial-scale=1.0;" />
<link rel="shortcut icon" href="pics/edoko-favicon.png" />
<link rel="stylesheet" href="css/normalize.css?v=1" />
- <link rel="stylesheet" href="css/standard.css?v=37" />
+ <link rel="stylesheet" href="css/standard.css?v=38" />
<link rel="stylesheet" href="css/dateinput.css?v=1"/>
<script type="text/javascript" src="include/jquery.js"> </script>
<script type="text/javascript" src="include/jquery.tablesorter.js"></script>