diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-16 16:07:06 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-16 16:07:06 +0100 |
commit | cc91036350e402a7aa0ab4645981327ebefb8e15 (patch) | |
tree | 7c110475172548d349ace430f47dfa9f3f8cc4c2 /view/tpl/common_friends.tpl | |
parent | de734bbea807e9dba9277a4e0ab4a21fe6405191 (diff) | |
download | volse-hubzilla-cc91036350e402a7aa0ab4645981327ebefb8e15.tar.gz volse-hubzilla-cc91036350e402a7aa0ab4645981327ebefb8e15.tar.bz2 volse-hubzilla-cc91036350e402a7aa0ab4645981327ebefb8e15.zip |
Whitespace making smarty fart
Diffstat (limited to 'view/tpl/common_friends.tpl')
-rwxr-xr-x | view/tpl/common_friends.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl index 8cd96fae5..18b84383d 100755 --- a/view/tpl/common_friends.tpl +++ b/view/tpl/common_friends.tpl @@ -13,8 +13,8 @@ <div class="profile-match-name"> <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a> </div> - {{ if $note }} + {{if $note}} <div class="profile-match-note">{{$note}}</div> {{/if} <div class="profile-match-end"></div> -</div>
\ No newline at end of file +</div> |