File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 < li > < a href ="{{ pathto('devel/index') }} "> Contributing</ a > </ li >
6464 < li class ="nav-right ">
6565 < 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 " />
6767 </ form >
6868 </ li >
6969 </ ul >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 id="search-documentation">{{ _('Search') }}</h1>
1717 "codex ellipse".
1818 </ p >
1919 < 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 " />
2121 < input type ="submit " value ="{{ _('search') }} " />
2222 < span id ="search-progress " style ="padding-left: 10px "> </ span >
2323 </ form >
You can’t perform that action at this time.
0 commit comments