Skip to content

Commit 00c46f3

Browse files
authored
Merge pull request #4 from coliff/patch-2
Use type="search" for the search input
2 parents b0a02dd + fa0dd07 commit 00c46f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic_theme/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Support for search</h2>
124124
-->
125125
<div role="search">
126126
<form action="{{ base_url }}/search.html" method="get">
127-
<input type="text" name="q" placeholder="Search docs" />
127+
<input type="search" name="q" placeholder="Search docs" />
128128
</form>
129129
</div>
130130

0 commit comments

Comments
 (0)