Merge pull request #495 from nextcloud/fix-layout-public-upload-stable10

[stable10] move closing div to the right place
This commit is contained in:
Morris Jobke 2016-07-21 19:50:42 +02:00 committed by GitHub
commit b4c7eb5326
1 changed files with 1 additions and 1 deletions

View File

@ -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">