diff options
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> |