File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<input type="hidden" name="_bb" id="cache-buster" value="<% Math.int( Math.rand(999999999) ) %>">
7
7
<div class="form-group" style="overflow: hidden; display: table;">
8
8
<!-- FIXME to move to css -->
9
- <input type="text" name="q" size="35" autofocus="autofocus" id="search-input" class="form-control home-search-input" autocomplete="off" placeholder="search with Perl Compatible RegEx">
10
- <br><input type="text" name="qd" size="35" id="xsearch-input" class="form-control home-search-distro-input optional-input" autocomplete="off" placeholder="in distro like ^App-.*">
11
- <input type="text" name="qft" size="6" id="xysearch-input" class="form-control home-search-filetype-input optional-input" autocomplete="off" placeholder="*.pm">
9
+ <input type="text" name="q" size="35" autofocus="autofocus" id="search-input" class="form-control home-search-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="search with Perl Compatible RegEx">
10
+ <br><input type="text" name="qd" size="35" id="xsearch-input" class="form-control home-search-distro-input optional-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="in distro like ^App-.*">
11
+ <input type="text" name="qft" size="6" id="xysearch-input" class="form-control home-search-filetype-input optional-input" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="*.pm">
12
12
<!-- .class + .class { width: 100px } -->
13
13
<div style="text-align:left; font-size: 14px;">
14
14
<label for="ci-input" style="font-weight: normal;"><input type="checkbox" name="qci" id="ci-input"> case insensitive search</label>
You can’t perform that action at this time.
0 commit comments