diff options
author | friendica <info@friendica.com> | 2013-07-17 22:02:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-17 22:02:03 -0700 |
commit | 8c007ef9b50d15c503bfb161067f2467e96ec504 (patch) | |
tree | f48a2d46a6b995550f1c8fef95b526cef86854d3 /view/tpl | |
parent | 94e87c0a84c8ecb2fc26015bc8894ca0ca6cbf02 (diff) | |
download | volse-hubzilla-8c007ef9b50d15c503bfb161067f2467e96ec504.tar.gz volse-hubzilla-8c007ef9b50d15c503bfb161067f2467e96ec504.tar.bz2 volse-hubzilla-8c007ef9b50d15c503bfb161067f2467e96ec504.zip |
fix template syntax
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/common_friends.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl index 10024bb32..489717e78 100755 --- a/view/tpl/common_friends.tpl +++ b/view/tpl/common_friends.tpl @@ -10,6 +10,6 @@ </div> {{if $note}} <div class="profile-match-note">{{$note}}</div> - {{/if} + {{/if}} <div class="profile-match-end"></div> </div> |