Merge pull request #20256 from owncloud/fix-searchbox-iceweasel
Don't validate searchbox
This commit is contained in:
commit
43f5671211
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