File tree Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Expand file tree Collapse file tree 1 file changed +23
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{ if or .Site.Params.gcs_engine_id .Site.Params.algolia_docsearch }}
2
- < input type ="search " class ="form-control td-search-input " placeholder =" {{ T "ui_search_placeholder " }}" aria-label="{{ T "ui_search_placeholder " }}" autocomplete="off ">
2
+ < input
3
+ type ="search "
4
+ class ="form-control td-search-input "
5
+ placeholder =" {{ T "ui_search_placeholder " }}"
6
+ aria-label="{{ T "ui_search_placeholder " }}"
7
+ autocomplete="off "
8
+ >
3
9
{{ else if .Site.Params.offlineSearch }}
4
10
< div id ="search-nav-container ">
5
- < input type ="search " id ="search-input " autocomplete ="off " class ="form-control td-search-input " placeholder =" {{ T "ui_search_placeholder " }}" autocomplete="on ">
11
+ < input
12
+ type ="search "
13
+ id ="search-input "
14
+ autocomplete ="off "
15
+ class ="form-control td-search-input "
16
+ placeholder =" {{ T "ui_search_placeholder " }}"
17
+ autocomplete="off "
18
+ >
6
19
< div id ="search-results " class ="container "> </ div >
7
20
</ div >
8
21
{{ else if .Site.Params.k8s_search }}
9
- < input type ="search " class ="form-control td-search-input " name ="q " placeholder =" {{ T "ui_search_placeholder " }}" aria-label="{{ T "ui_search_placeholder " }}" autocomplete="off ">
22
+ < input
23
+ type ="search "
24
+ class ="form-control td-search-input "
25
+ name ="q "
26
+ placeholder =" {{ T "ui_search_placeholder " }}"
27
+ aria-label="{{ T "ui_search_placeholder " }}"
28
+ autocomplete="off "
29
+ >
10
30
{{ end }}
You can’t perform that action at this time.
0 commit comments