diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-28 17:03:17 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-28 17:03:17 -0700 |
commit | 798a03c2ab3d848fb7ba09027e968a99b67e7d95 (patch) | |
tree | 89393ae315d9a7847e8e93278c7fe332abd72618 | |
parent | 34c4775916f824755b4545f8d6f0ec2b8a653a88 (diff) | |
download | volse-hubzilla-798a03c2ab3d848fb7ba09027e968a99b67e7d95.tar.gz volse-hubzilla-798a03c2ab3d848fb7ba09027e968a99b67e7d95.tar.bz2 volse-hubzilla-798a03c2ab3d848fb7ba09027e968a99b67e7d95.zip |
diaspora hcard wasn't being rendered
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 13c22a2c7..f51f0719c 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,9 +49,9 @@ {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url u-url">{{$profile.homepage}}</dd></dl>{{/if}} - +<div class="hcard-addon"></div> </div> -<div id="clear"></div> +<div class="clear"></div> {{$rating}} |