commit 5fba10fe2d201274bded862e32cc77f17db7aa91 parent b426906fc76f9dd029c159bf436081d3b3c6cc79 Author: Nixx <nixx@firemail.cc> Date: Sat, 26 Sep 2020 19:03:22 +0100 Tabindex tweak Diffstat:
M | includes/article-start.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/includes/article-start.php b/includes/article-start.php @@ -39,5 +39,5 @@ echo '<body>'; echo '</div>'; echo '</center>'; echo '<div class="article">'; - echo '<a href="#" autofocus></a>'; + echo '<a href="#" autofocus tabindex="1"></a>'; ?>