aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-11-04 09:29:11 +0100
committermarijus <mario@mariovavti.com>2014-11-04 09:29:11 +0100
commitba73b60177df1f24564436bea0bb2d7b50d68b7a (patch)
tree0b9e79f5edfc9938f45422a446e13372bda1c42c /view
parenta80e696b772d75a6b2bc5c1846f84ba538ee6289 (diff)
downloadvolse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.tar.gz
volse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.tar.bz2
volse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.zip
missing </div>
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/photos_upload.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index 13fb41687..ae06b808a 100755
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -42,8 +42,9 @@
<button class="btn btn-default btn-sm" data-toggle="modal" data-target="#aclModal" onclick="return false;">
<i id="jot-perms-icon" class="icon-{{$lockstate}}"></i>
</button>
- <div class="pull-right">
- {{$uploader}}
+ <div class="pull-right">
+ {{$uploader}}
+ </div>
</div>
{{/if}}
</form>