Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit a58d2f9

Browse files
Merge pull request #1969 from bwmilby/bwm-dictionary-nospellcheck
[[ Dictionary ]] Turn off search field spell check
2 parents d8e9db9 + 1728279 commit a58d2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/html_viewer/api.html.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ul>
6161
<form class="navbar-form navbar-right col-md-4">
6262
<div class="form-group" id="filter_box">
63-
<input id="ui_filer" type="text" class="form-control input-sm" placeholder="Search">
63+
<input id="ui_filer" type="text" class="form-control input-sm" spellcheck="false" placeholder="Search">
6464
</div>
6565
<button type="button" class="btn btn-default btn-sm"><span class="glyphicon glyphicon-search"></span></button>
6666
</form>

0 commit comments

Comments
 (0)