From: Michael Vogel Date: Fri, 12 Jun 2020 19:51:42 +0000 (+0200) Subject: Fix providing the public key X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf384da4b7ca3fbedf381583980b94cb11b50d46;p=friendica.git Fix providing the public key --- 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}}