diff options
Diffstat (limited to 'view/tpl/common_friends.tpl')
-rwxr-xr-x | view/tpl/common_friends.tpl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl index 8cd96fae5..10024bb32 100755 --- a/view/tpl/common_friends.tpl +++ b/view/tpl/common_friends.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} <div class="profile-match-wrapper"> <div class="profile-match-photo"> <a href="{{$url}}"> @@ -13,8 +8,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> |