aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/templates
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2015-01-06 14:34:35 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2015-01-06 14:34:35 +0100
commit357fbd88bead4aecb5a4f24d5d1087cf96da730f (patch)
tree5de001bcb88ee3f485f24d5ee9c3fe60ef305fb2 /apps/files_trashbin/templates
parent926737fdb780d7c32a6ecf95445a4d17ddc222f2 (diff)
downloadnextcloud-server-357fbd88bead4aecb5a4f24d5d1087cf96da730f.tar.gz
nextcloud-server-357fbd88bead4aecb5a4f24d5d1087cf96da730f.zip
use class for no results div instead of id. the elements are not unique.
Diffstat (limited to 'apps/files_trashbin/templates')
-rw-r--r--apps/files_trashbin/templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php
index b89ec66b15a..0c0f955cf40 100644
--- a/apps/files_trashbin/templates/index.php
+++ b/apps/files_trashbin/templates/index.php
@@ -12,7 +12,7 @@
<input type="hidden" name="dir" value="" id="dir">
-<div id="nofilterresults" class="hidden">
+<div class="nofilterresults hidden">
<div class="icon-search"></div>
<h2><?php p($l->t('No entries found in this folder')); ?></h2>
<p></p>