summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-19 11:16:25 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-19 23:53:20 +0200
commit21441fad9b6901728f6152d35e2ae33105db5046 (patch)
treef87c0d9aa9e5a230736c29b038f990759248980a /core/templates/layout.user.php
parent2f38f2b7070a424a0f3b3188c3d138f9f4543e12 (diff)
downloadnextcloud-server-21441fad9b6901728f6152d35e2ae33105db5046.tar.gz
nextcloud-server-21441fad9b6901728f6152d35e2ae33105db5046.zip
Added new search standard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates/layout.user.php')
-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 0dd889aa658..596f958341c 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -101,7 +101,7 @@
<?php p($l->t('Search'));?>
</label>
<input id="searchbox" type="search" name="query"
- value="" required
+ value="" required class="hidden"
autocomplete="off">
<button class="icon-close-white" type="reset"><span class="hidden-visually"><?php p($l->t('Reset search'));?></span></button>
</form>