diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-09 12:39:40 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-09 12:39:40 +0200 |
commit | 0fde0e6569bbb69b032c684a8018a9b3699f43c6 (patch) | |
tree | b8c2cf7e3f685c353d9772c3419d2061fdb2abd3 /apps/files/templates | |
parent | 0dd990839eb5da1af0e6671f7d7a815328560330 (diff) | |
download | nextcloud-server-0fde0e6569bbb69b032c684a8018a9b3699f43c6.tar.gz nextcloud-server-0fde0e6569bbb69b032c684a8018a9b3699f43c6.zip |
Search results have to explicitly be added to the content area of the app
Diffstat (limited to 'apps/files/templates')
-rw-r--r-- | apps/files/templates/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index a068f306ac4..e825c300d31 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -6,6 +6,7 @@ <?php print_unescaped($content['content']) ?> </div> <?php } ?> + <div id="searchresults" class="hidden"></div> </div><!-- closing app-content --> <!-- config hints for javascript --> |