Skip to content
Snippets Groups Projects
Commit 0c764bc3 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add label for search field for screen readers

parent 6f4ed598
Branches
No related tags found
No related merge requests found
......@@ -91,6 +91,9 @@
</div>
<form class="searchbox" action="#" method="post">
<label for="query" class="visually-hidden">
<?php p($l->t('Search'));?>
</label>
<input id="searchbox" class="svg" type="search" name="query"
value="<?php if(isset($_POST['query'])) {p($_POST['query']);};?>"
autocomplete="off" tabindex="2" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment