diff options
author | Joas Schilling <coding@schilljs.com> | 2021-04-30 11:52:47 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2021-10-26 09:25:40 +0200 |
commit | 5c8c48679120524780386b5e675e10ecc6ec1281 (patch) | |
tree | 89f5b5651c2ef7d3264197286966f4f724fdbd0c /apps/files_sharing | |
parent | fd1d9798e84f21144902075cbc694ca5f54a51a2 (diff) | |
download | nextcloud-server-5c8c48679120524780386b5e675e10ecc6ec1281.tar.gz nextcloud-server-5c8c48679120524780386b5e675e10ecc6ec1281.zip |
Fix "No entries in this …" template
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 4b216de8e70..983e70d4433 100644 --- a/apps/files_sharing/templates/list.php +++ b/apps/files_sharing/templates/list.php @@ -5,7 +5,7 @@ <input type="hidden" name="dir" value="" id="dir"> -<div class="nofilterresults hidden"> +<div class="nofilterresults emptycontent hidden"> <div class="icon-search"></div> <h2><?php p($l->t('No entries found in this folder')); ?></h2> </div> |