]> git.mxchange.org Git - friendica.git/commitdiff
Fix providing the public key
authorMichael Vogel <icarus@dabo.de>
Fri, 12 Jun 2020 19:51:42 +0000 (21:51 +0200)
committerMichael Vogel <icarus@dabo.de>
Fri, 12 Jun 2020 19:51:42 +0000 (21:51 +0200)
view/templates/profile/vcard.tpl
view/theme/duepuntozero/templates/profile/vcard.tpl
view/theme/frio/templates/profile/vcard.tpl
view/theme/quattro/templates/profile/vcard.tpl
view/theme/vier/templates/profile/vcard.tpl

index 32f7e0fcfa9f2669e56cd1391ccae4aa6d529136..ccf3a10bd59aad6f76784addaf95f6258be62f02 100644 (file)
@@ -33,7 +33,7 @@
                </dl>
        {{/if}}
 
-       {{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
+       {{if $profile.upubkey}}<div class="key u-key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
 
        {{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
 
index 1ea91f197f17c941fb9c032249c54380ce947655..f40e98e464fdcf4b2be0b27eec157601a362208f 100644 (file)
@@ -27,7 +27,7 @@
 
        {{if $profile.about}}<div class="title">{{$profile.about nofilter}}</div>{{/if}}
 
-       {{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
+       {{if $profile.upubkey}}<div class="key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
 
        {{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" class="u-url" rel="me" target="external-link">{{$profile.homepage}}</a></dd></dl>{{/if}}
 
index db6f7c6f6969fd94490f6f1965503c2d47ccf321..550bb6265e39573801e46eba0a9b7c34f35268d7 100644 (file)
@@ -98,7 +98,7 @@
                </div>
                {{/if}}
 
-               {{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
+               {{if $profile.upubkey}}<div class="key u-key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
 
                {{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}
 
index 3bbb9e09fbb116c0162cea8d79069170ef6cd1d0..66422dd980e2862277e11b2757c864a3dbe1554a 100644 (file)
@@ -46,7 +46,7 @@
                 </dl>
         {{/if}}
 
-       {{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
+       {{if $profile.upubkey}}<div class="key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
 
        {{if $homepage}}
        <dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt>
index c263ccde099b6b3aff776dbda724f95dd00fc8be..5f8e718f08439fc458f3f5277ddaa792f20de6a5 100644 (file)
@@ -40,7 +40,7 @@
                </dl>
        {{/if}}
 
-       {{if $profile.pubkey}}<div class="key u-key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
+       {{if $profile.upubkey}}<div class="key u-key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
 
        {{if $contacts}}<div class="contacts" style="display:none;">{{$contacts}}</div>{{/if}}