diff options
author | marijus <mario@mariovavti.com> | 2014-11-04 09:29:11 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-11-04 09:29:11 +0100 |
commit | ba73b60177df1f24564436bea0bb2d7b50d68b7a (patch) | |
tree | 0b9e79f5edfc9938f45422a446e13372bda1c42c /view | |
parent | a80e696b772d75a6b2bc5c1846f84ba538ee6289 (diff) | |
download | volse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.tar.gz volse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.tar.bz2 volse-hubzilla-ba73b60177df1f24564436bea0bb2d7b50d68b7a.zip |
missing </div>
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 5 |
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> |