Skip to content

Commit b4c7eb5

Browse files
authored
Merge pull request #495 from nextcloud/fix-layout-public-upload-stable10
[stable10] move closing div to the right place
2 parents d8b9672 + f98bc93 commit b4c7eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/templates/public.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
</div>
107107
<?php endif; ?>
108108
</div>
109+
</div>
109110
<?php } else { ?>
110111
<input type="hidden" id="upload-only-interface" value="1"/>
111112
<div id="public-upload">
@@ -123,7 +124,6 @@
123124
</div>
124125
</div>
125126
<?php } ?>
126-
</div>
127127
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] !== true)): ?>
128128
<input type="hidden" name="dir" id="dir" value="" />
129129
<div class="hiddenuploadfield">

0 commit comments

Comments
 (0)