summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-18 13:34:48 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-12-18 13:39:56 +0100
commit2e6235456a353dd65cc91cbaf2a8024c7fa53827 (patch)
tree6fb9f436f5d47b1e31ab1368b935a2cb3c612b8d /core
parentea548cdaaafb1c67fab7aec51c0253a5162203e2 (diff)
downloadnextcloud-server-2e6235456a353dd65cc91cbaf2a8024c7fa53827.tar.gz
nextcloud-server-2e6235456a353dd65cc91cbaf2a8024c7fa53827.zip
fix searchbox label
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 1b110e7d276..11e2df71458 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -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"