]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: making search box have first tab index
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:22:37 +0000 (14:22 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 26 Aug 2022 21:28:03 +0000 (14:28 -0700)
basis/help/html/html.factor

index c0d0677ddeb51946d2a5fe771b99f9be2a42c56f..474b3dbee1bf64ded05bc9848683f39485e4e75d 100644 (file)
@@ -95,15 +95,15 @@ M: pathname url-of
     "conventions" >link topic>filename
     [XML
         <nav>
+            <form method="get" action="/search" style="float: right;">
+                <input placeholder="Search" name="search" type="text"/>
+                <input type="submit" value="Go"/>
+            </form>
             <a href="https://factorcode.org">
             <img src="favicon.ico" width="24" height="24" />
             </a>
             <a href="/">Handbook</a>
             <a href=<->>Glossary</a>
-            <form method="get" action="/search" style="float: right;">
-                <input placeholder="Search" name="search" type="text"/>
-                <input type="submit" value="Go"/>
-            </form>
         </nav>
      XML] ;