Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-07-20 19:34:32 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-07-20 19:34:32 +0300
commit1ab1e000e87ff503aceac0a74b1e18674754cebb (patch)
treecab9ce30f28a60d6985c0ab5ee8aa7f1752c0cac /apps
parente9c85e02ac93a89e68801b7fefd0bfca2581aa29 (diff)
move closing div to the right place
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/templates/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index f587b5109d4..fe363ed82f5 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -106,6 +106,7 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</div>
<?php endif; ?>
</div>
+ </div>
<?php } else { ?>
<input type="hidden" id="upload-only-interface" value="1"/>
<div id="public-upload">
@@ -123,7 +124,6 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</div>
</div>
<?php } ?>
-</div>
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] !== true)): ?>
<input type="hidden" name="dir" id="dir" value="" />
<div class="hiddenuploadfield">