Skip to content

Commit

Permalink
fix: W3 validator error
Browse files Browse the repository at this point in the history
remove autocapitalize and autocorrect attributes from DOM element.
  • Loading branch information
Acris authored May 2, 2017
1 parent 51b708a commit 9fe2637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partials/search/localsearch.swig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<i class="fa fa-times-circle"></i>
</span>
<div class="local-search-input-wrapper">
<input autocapitalize="off" autocomplete="off" autocorrect="off"
<input autocomplete="off"
placeholder="{{ __('search.placeholder') }}" spellcheck="false"
type="text" id="local-search-input">
</div>
Expand Down

0 comments on commit 9fe2637

Please sign in to comment.