diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-23 20:14:19 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-24 11:01:11 +0200 |
commit | 0274507cb10b53cfd38bd0ae3810c26cdb172ad1 (patch) | |
tree | 7816c91efded77f8738f1eae44dad22d888cbe65 /apps/files_sharing/templates | |
parent | 262cb04c3ab4f102af206e7757707b4a20a53f41 (diff) | |
download | nextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.tar.gz nextcloud-server-0274507cb10b53cfd38bd0ae3810c26cdb172ad1.zip |
Acceptance and mobile navigation fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/templates')
-rw-r--r-- | apps/files_sharing/templates/public.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php index 81729c179fc..1c552b7d476 100644 --- a/apps/files_sharing/templates/public.php +++ b/apps/files_sharing/templates/public.php @@ -2,7 +2,7 @@ /** @var $l \OCP\IL10N */ /** @var $_ array */ ?> - +<div id="app-content"> <?php if ($_['previewSupported']): /* This enables preview images for links (e.g. on Facebook, Google+, ...)*/?> <link rel="image_src" href="<?php p($_['previewImage']); ?>" /> <?php endif; ?> @@ -90,3 +90,4 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size); data-url="<?php p(\OC::$server->getURLGenerator()->linkTo('files', 'ajax/upload.php')); ?>" /> </div> <?php endif; ?> +</div>
\ No newline at end of file |