From cf384da4b7ca3fbedf381583980b94cb11b50d46 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 12 Jun 2020 21:51:42 +0200 Subject: [PATCH] Fix providing the public key --- view/templates/profile/vcard.tpl | 2 +- view/theme/duepuntozero/templates/profile/vcard.tpl | 2 +- view/theme/frio/templates/profile/vcard.tpl | 2 +- view/theme/quattro/templates/profile/vcard.tpl | 2 +- view/theme/vier/templates/profile/vcard.tpl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/view/templates/profile/vcard.tpl b/view/templates/profile/vcard.tpl index 32f7e0fcfa..ccf3a10bd5 100644 --- a/view/templates/profile/vcard.tpl +++ b/view/templates/profile/vcard.tpl @@ -33,7 +33,7 @@ {{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.upubkey}}{{/if}} {{if $contacts}}{{/if}} diff --git a/view/theme/duepuntozero/templates/profile/vcard.tpl b/view/theme/duepuntozero/templates/profile/vcard.tpl index 1ea91f197f..f40e98e464 100644 --- a/view/theme/duepuntozero/templates/profile/vcard.tpl +++ b/view/theme/duepuntozero/templates/profile/vcard.tpl @@ -27,7 +27,7 @@ {{if $profile.about}}
{{$profile.about nofilter}}
{{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.upubkey}}{{/if}} {{if $homepage}}
{{$homepage}}
{{$profile.homepage}}
{{/if}} diff --git a/view/theme/frio/templates/profile/vcard.tpl b/view/theme/frio/templates/profile/vcard.tpl index db6f7c6f69..550bb6265e 100644 --- a/view/theme/frio/templates/profile/vcard.tpl +++ b/view/theme/frio/templates/profile/vcard.tpl @@ -98,7 +98,7 @@ {{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.upubkey}}{{/if}} {{if $contacts}}{{/if}} diff --git a/view/theme/quattro/templates/profile/vcard.tpl b/view/theme/quattro/templates/profile/vcard.tpl index 3bbb9e09fb..66422dd980 100644 --- a/view/theme/quattro/templates/profile/vcard.tpl +++ b/view/theme/quattro/templates/profile/vcard.tpl @@ -46,7 +46,7 @@ {{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.upubkey}}{{/if}} {{if $homepage}}
{{$homepage}}
diff --git a/view/theme/vier/templates/profile/vcard.tpl b/view/theme/vier/templates/profile/vcard.tpl index c263ccde09..5f8e718f08 100644 --- a/view/theme/vier/templates/profile/vcard.tpl +++ b/view/theme/vier/templates/profile/vcard.tpl @@ -40,7 +40,7 @@
{{/if}} - {{if $profile.pubkey}}{{/if}} + {{if $profile.upubkey}}{{/if}} {{if $contacts}}{{/if}}