diff options
| -rw-r--r-- | util/gh-pages/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/gh-pages/index.html b/util/gh-pages/index.html index 1a8495951a4..6cbbeea0644 100644 --- a/util/gh-pages/index.html +++ b/util/gh-pages/index.html @@ -76,8 +76,8 @@ <div class="panel-body row"> <div class="col-md-12 form-horizontal"> <div class="input-group"> - <span class="input-group-addon" id="filter-label">Filter:</span> - <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" /> <span class="input-group-btn"> <button class="btn btn-default" type="button" ng-click="search = ''"> Clear |
