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