diff options
author | Mario <mario@mariovavti.com> | 2023-07-18 09:57:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-18 09:57:38 +0000 |
commit | ef6ea4484eb03d80c96f4d67002e567cebc8ccae (patch) | |
tree | 1172cf68dcd3f644dac3fa110f67da3630a3b975 /view | |
parent | f86677185418ca32fcdefa825363d7a69b7b2233 (diff) | |
download | volse-hubzilla-ef6ea4484eb03d80c96f4d67002e567cebc8ccae.tar.gz volse-hubzilla-ef6ea4484eb03d80c96f4d67002e567cebc8ccae.tar.bz2 volse-hubzilla-ef6ea4484eb03d80c96f4d67002e567cebc8ccae.zip |
fix hcard addon regression
Diffstat (limited to 'view')
-rw-r--r-- | 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 37339a40a..df0550273 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -94,8 +94,8 @@ <dd class="homepage-url u-url">{{$profile.homepage}}</dd> </dl> {{/if}} - <div class="hcard-addon rounded"></div> </div> + <div class="hcard-addon"></div> {{/if}} </div> {{if $details}} |