diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-06 14:34:35 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2015-01-06 14:34:35 +0100 |
commit | 357fbd88bead4aecb5a4f24d5d1087cf96da730f (patch) | |
tree | 5de001bcb88ee3f485f24d5ee9c3fe60ef305fb2 /apps/files_sharing | |
parent | 926737fdb780d7c32a6ecf95445a4d17ddc222f2 (diff) | |
download | nextcloud-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_sharing')
-rw-r--r-- | apps/files_sharing/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/list.php b/apps/files_sharing/templates/list.php index f9a6257dff2..55ad55a0a4f 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -8,7 +8,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> |