diff options
author | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
commit | d6c6a2b144ad1c619cef70310bad7e0cdc920e77 (patch) | |
tree | 0936cc0ffdb9c2c73de52bd9aa30c1fcabe73390 /view/tpl/profile_vcard.tpl | |
parent | b9a8b73392afc6e460073ac6305da24623de5b49 (diff) | |
download | volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.gz volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.bz2 volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.zip |
debugging issue #58 - seems to work but needs (more) theming
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 634c48e03..5262adf61 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -46,7 +46,7 @@ {{if $connect}} -<a href="{{$connect_url}}" class="rconnect">$connect</a> +<a href="{{$connect_url}}" class="rconnect">{{$connect}}</a> {{/if}} </div> |