diff options
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/list.php | 2 | ||||
-rw-r--r-- | apps/files/templates/simplelist.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 55754fd0c6b..aa879002baa 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -60,7 +60,7 @@ <p><?php p($l->t('Upload some content or sync with your devices!')); ?></p> </div> -<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> diff --git a/apps/files/templates/simplelist.php b/apps/files/templates/simplelist.php index 15bbfbb2921..6b6c018024f 100644 --- a/apps/files/templates/simplelist.php +++ b/apps/files/templates/simplelist.php @@ -11,7 +11,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> |