]> git.plutz.net Git - shellwiki/blobdiff - themes/default.sh
make search fields type=search
[shellwiki] / themes / default.sh
index 23b03f25552b86ba2e6e3fc03a2c46d322e4cbba..5979f207895e2f9586abd29947902f160a93d0b9 100755 (executable)
@@ -143,7 +143,7 @@ theme_search(){
        <article>
          <h1>$([ "$words" ] && _ "Search results" || _ "Search" )</h1>
          <form class="search" method="GET">
-           <input class="search" name="q" value="$(HTML $words)"><button class="search" type="submit">$(_ Search)</button>
+           <input type="search" name="q" value="$(HTML $words)"><button class="search" type="submit">$(_ Search)</button>
          </form>
          <ol class="searchresults">
            $( while read p; do