Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit 09e4782

Browse files
committed
disable autocorrect and autocapitalize for search (bug 890569)
1 parent de9d79f commit 09e4782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hearth/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1 class="site"><a href="{{ url('homepage') }}"><span class="wordmark">Firefox
66
<label for="search-q">{{ _('Search') }}</label>
77
<div id="site-search-suggestions" data-src=""></div>
88
<input id="search-q" class="query-input" type="search" name="q" title=""
9-
autocomplete="off" placeholder="{{ _('Search') }}" required
9+
autocapitalize="off" autocomplete="off" autocorrect="off" placeholder="{{ _('Search') }}" required
1010
value="{{ z.context.search or '' }}">
1111
<a href="#" class="close search-clear" title="{{ _('Clear') }}">{{ _('Clear') }}</a>
1212
</form>

0 commit comments

Comments
 (0)