diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index bff734bdab26..7151c3390c54 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ <form method="get" action="/search"> <input class="mdl-textfield__input" type="search" id="search-query" aria-label="Search" name="query"> <label class="mdl-textfield__label mdl-color-text--blue-grey-100" for="search-query">Search query...</label> - <input type="submit" hidden /> <!-- TODO: necessary? --> + <input type="submit" hidden /> </form> </div> |