]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html.factor
help.html: making search box have first tab index
[factor.git] / basis / help / html / html.factor
index c0d0677ddeb51946d2a5fe771b99f9be2a42c56f..474b3dbee1bf64ded05bc9848683f39485e4e75d 100644 (file)
@@ -95,15 +95,15 @@ M: pathname url-of
     "conventions" >link topic>filename
     [XML
         <nav>
     "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>
             <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] ;
 
         </nav>
      XML] ;