diff options
author | Friendika <info@friendika.com> | 2011-08-07 19:26:44 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-07 19:26:44 -0700 |
commit | 7eb7f774131a47212ff9c505d7d497c8c7b76a53 (patch) | |
tree | c0104f6d5186de19eaf7f0e54a08eb80d9c01ea5 /view/xrd_person.tpl | |
parent | 0745c00b16a6c6c63c0d49f61d7a09c2fabbf41f (diff) | |
download | volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.gz volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.tar.bz2 volse-hubzilla-7eb7f774131a47212ff9c505d7d497c8c7b76a53.zip |
use separate hcard from profile url
Diffstat (limited to 'view/xrd_person.tpl')
-rw-r--r-- | view/xrd_person.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/xrd_person.tpl b/view/xrd_person.tpl index 0dabaa5a3..fd11ad600 100644 --- a/view/xrd_person.tpl +++ b/view/xrd_person.tpl @@ -15,7 +15,7 @@ href="$profile_url" /> <Link rel="http://microformats.org/profile/hcard" type="text/html" - href="$profile_url" /> + href="$hcard_url" /> <Link rel="http://webfinger.net/rel/avatar" type="image/jpeg" href="$photo" /> |