Skip to content

Commit

Permalink
removing the visible title from the search-field element
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Jun 20, 2016
1 parent 9ce9886 commit 4489b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/headerbar.twig
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ul>
</div><!-- /btn-group -->
<label class="sr-only" for="search-field">{% trans "Enter search term" %}</label>
<input id="search-field" type="text" class="form-control" name="q" value="{{ term }}" title="queryterm">
<input id="search-field" type="text" class="form-control" name="q" value="{{ term }}">
<div class="input-group-btn">
<label class="sr-only" for="search-all-button">{% trans "Submit search" %}</label>
<button id="search-all-button" type="submit" class="btn btn-primary">{% trans "Search" %}</button>
Expand Down

0 comments on commit 4489b9d

Please sign in to comment.