mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
fix searchbox label
This commit is contained in:
parent
ea548cdaaa
commit
2e6235456a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
|||
</div>
|
||||
|
||||
<form class="searchbox" action="#" method="post">
|
||||
<label for="query" class="visually-hidden">
|
||||
<label for="searchbox" class="hidden-visually">
|
||||
<?php p($l->t('Search'));?>
|
||||
</label>
|
||||
<input id="searchbox" class="svg" type="search" name="query"
|
||||
|
|
|
|||
Loading…
Reference in a new issue