Skip to content

Commit

Permalink
Merge pull request #495 from nextcloud/fix-layout-public-upload-stable10
Browse files Browse the repository at this point in the history
[stable10] move closing div to the right place
  • Loading branch information
MorrisJobke committed Jul 21, 2016
2 parents d8b9672 + f98bc93 commit b4c7eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/templates/public.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
</div>
<?php endif; ?>
</div>
</div>
<?php } else { ?>
<input type="hidden" id="upload-only-interface" value="1"/>
<div id="public-upload">
Expand All @@ -123,7 +124,6 @@
</div>
</div>
<?php } ?>
</div>
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] !== true)): ?>
<input type="hidden" name="dir" id="dir" value="" />
<div class="hiddenuploadfield">
Expand Down

0 comments on commit b4c7eb5

Please sign in to comment.