Skip to content

Commit dc72423

Browse files
committed
Turn off auto-complete for Ddox search box
1 parent a8cf8ff commit dc72423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpl-docs/views/layout.dt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ html(lang='en-US')
114114
a.expand-toggle(href="#{root_dir}search.html", title="Search")
115115
span Search
116116
#search-box
117-
form(method='get', action='https://google.com/search')
117+
form(method='get', action='https://google.com/search', autocomplete='off')
118118
input#domains(type='hidden', name='domains', value='dlang.org')
119119
|
120120
input#sourceid(type='hidden', name='sourceid', value='google-search')

0 commit comments

Comments
 (0)