We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32ee306 + 67f5066 commit f08e268Copy full SHA for f08e268
util/gh-pages/index.html
@@ -76,8 +76,8 @@ <h1>ALL the Clippy Lints</h1>
76
<div class="panel-body row">
77
<div class="col-md-12 form-horizontal">
78
<div class="input-group">
79
- <span class="input-group-addon" id="filter-label">Filter:</span>
80
- <input type="text" class="form-control" placeholder="Keywords or search string" aria-describedby="filter-label" ng-model="search" />
+ <label class="input-group-addon" id="filter-label" for="filter-input">Filter:</label>
+ <input type="text" class="form-control" placeholder="Keywords or search string" id="filter-input" ng-model="search" />
81
<span class="input-group-btn">
82
<button class="btn btn-default" type="button" ng-click="search = ''">
83
Clear
0 commit comments