diff options
author | Mario <mario@mariovavti.com> | 2023-07-18 09:57:38 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-07-18 12:11:50 +0200 |
commit | 74d7fa61d9d51ad9581440965319b3df851b90f5 (patch) | |
tree | 48f86262c8182d3128592f4d3d706fb3c94b9473 | |
parent | 63fb8d03929189bfc8cbf53d23cb79984fe2c3cd (diff) | |
download | volse-hubzilla-74d7fa61d9d51ad9581440965319b3df851b90f5.tar.gz volse-hubzilla-74d7fa61d9d51ad9581440965319b3df851b90f5.tar.bz2 volse-hubzilla-74d7fa61d9d51ad9581440965319b3df851b90f5.zip |
fix hcard addon regression
(cherry picked from commit ef6ea4484eb03d80c96f4d67002e567cebc8ccae)
-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}} |