From be896354c52be26b1d232280ec47e706f8cf9c17 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 8 Jan 2023 13:19:30 -0600 Subject: [PATCH] =?UTF-8?q?$accesskey=E3=82=92=E3=82=AF=E3=83=AA=E3=82=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 1a5c548..e4ce137 100644 --- a/index.php +++ b/index.php @@ -310,6 +310,8 @@ if($i <= 10) { $accesskey = ' accesskey="' . ($i % 10) . '"'; $i++; + } else { + $accesskey = ''; } echo '
  • ';