diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-24 10:27:34 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2015-03-24 11:29:29 +0100 |
commit | f2be172ae89b9d20e2bd2c87d253a69eff9162ac (patch) | |
tree | b554cfaac1f8c9b7528efa22be4633e15bf3a922 /apps/files/templates/list.php | |
parent | c3c251713151273562debee405763bb8f99947c8 (diff) | |
download | nextcloud-server-f2be172ae89b9d20e2bd2c87d253a69eff9162ac.tar.gz nextcloud-server-f2be172ae89b9d20e2bd2c87d253a69eff9162ac.zip |
Do not duplicate the empty content css
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index f2292bfae36..47f15d8a148 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -57,7 +57,7 @@ <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p> </div> -<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> <p></p> |