diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-05-08 12:18:00 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-05-08 12:18:00 +0200 |
commit | 7a5bb99d87f85a4ea93c270beaa27ecee0c0b853 (patch) | |
tree | abf97f9c46d5193c8ae772bd288c36d9eb89673c /view/tpl | |
parent | 11d7a4c9f744e2b9389191073cabe6d2be4a8145 (diff) | |
download | volse-hubzilla-7a5bb99d87f85a4ea93c270beaa27ecee0c0b853.tar.gz volse-hubzilla-7a5bb99d87f85a4ea93c270beaa27ecee0c0b853.tar.bz2 volse-hubzilla-7a5bb99d87f85a4ea93c270beaa27ecee0c0b853.zip |
make sure the hcard addon markup will be available even if other profile entries are missing
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/profile_vcard.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index dd372beac..de08cfc19 100644 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -99,8 +99,11 @@ </dl> {{/if}} </div> + {{/if}} + {{if $details}} <div class="hcard-addon"></div> {{/if}} + </div> {{if $details}} {{$chanmenu}} |