File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
< li > < a href ="{{ pathto('devel/index') }} "> Contributing</ a > </ li >
64
64
< li class ="nav-right ">
65
65
< form class ="search " action ="{{ pathto('search') }} " method ="get ">
66
- < input type ="text " name ="q " aria-labelledby ="searchlabel " placeholder ="Search "/>
66
+ < input type ="text " name ="q " aria-labelledby ="searchlabel " placeholder ="Search " autocomplete =" off " autocorrect =" off " autocapitalize =" off " spellcheck =" false " />
67
67
</ form >
68
68
</ li >
69
69
</ ul >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
17
17
"codex ellipse".
18
18
</ p >
19
19
< form action ="" method ="get ">
20
- < input type ="text " name ="q " value ="" />
20
+ < input type ="text " name ="q " value ="" autocomplete =" off " autocorrect =" off " autocapitalize =" off " spellcheck =" false " />
21
21
< input type ="submit " value ="{{ _('search') }} " />
22
22
< span id ="search-progress " style ="padding-left: 10px "> </ span >
23
23
</ form >
You can’t perform that action at this time.
0 commit comments