diff options
author | marijus <mario@mariovavti.com> | 2014-04-08 22:37:58 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-04-08 22:37:58 +0200 |
commit | b52ccaa9e1163c0dcf13ea97c5b808dafb5ef3a1 (patch) | |
tree | 3f64d31561858d86d42551f14cd2da72eb76b5b9 /view | |
parent | 9f621dac85c1c417b17d031e3ca2798c6b63ece7 (diff) | |
download | volse-hubzilla-b52ccaa9e1163c0dcf13ea97c5b808dafb5ef3a1.tar.gz volse-hubzilla-b52ccaa9e1163c0dcf13ea97c5b808dafb5ef3a1.tar.bz2 volse-hubzilla-b52ccaa9e1163c0dcf13ea97c5b808dafb5ef3a1.zip |
whitespace cleanup
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/jot.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index b130818d0..ab8a3f77b 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -74,11 +74,11 @@ <div id="profile-rotator"></div> </div> <div id="profile-jot-submit-right" class="btn-group pull-right"> - {{if $showacl}} - <div class="btn btn-default btn-sm" id="profile-jot-perms" style="display: {{$pvisit}};" title="{{$permset}}" > - <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}"></a>{{$bang}} - </div> - {{/if}} + {{if $showacl}} + <div class="btn btn-default btn-sm" id="profile-jot-perms" style="display: {{$pvisit}};" title="{{$permset}}" > + <a href="#profile-jot-acl-wrapper" id="jot-perms-icon" class="icon {{$lockstate}}"></a>{{$bang}} + </div> + {{/if}} {{if $preview}} <button class="btn btn-default btn-sm" onclick="preview_post();return false;" title="{{$preview}}"> <i class="icon-eye-open jot-icons" ></i> @@ -88,7 +88,7 @@ </div> <div id="profile-jot-perms-end"></div> <div id="profile-jot-plugin-wrapper"> - {{$jotplugins}} + {{$jotplugins}} </div> <div style="display: none;"> <div id="profile-jot-acl-wrapper" style="width:auto;height:auto;overflow:auto;"> |