Skip to content

Commit dc13531

Browse files
committed
Turn off input features that may mess with the user
1 parent 403a720 commit dc13531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<li><a href="/changes/" class="nav-blog">Blog</a></li>
99
<li><a href="https://github.com/contact">Support</a></li>
1010
<li id="search-container">
11-
<input type="text" id="search" /><label class="search-placeholder">Search</label>
11+
<input type="text" id="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /><label class="search-placeholder">Search</label>
1212
<div class="cancel-search"></div>
1313
<ul id="search-results">
1414

0 commit comments

Comments
 (0)