mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
don't validate searchbox
This commit is contained in:
parent
82f3590fd0
commit
cf0ebfc7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<form class="searchbox" action="#" method="post" role="search">
|
||||
<form class="searchbox" action="#" method="post" role="search" novalidate>
|
||||
<label for="searchbox" class="hidden-visually">
|
||||
<?php p($l->t('Search'));?>
|
||||
</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue