From: Michael Vogel Date: Tue, 22 Apr 2014 13:53:26 +0000 (+0200) Subject: The postal code wasn't displayed correctly. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b6384ec5beb213966de96853c3e97cd1e8236ebd;p=friendica.git The postal code wasn't displayed correctly. --- diff --git a/view/theme/vier/templates/profile_vcard.tpl b/view/theme/vier/templates/profile_vcard.tpl index 0a54642528..49d031e07c 100644 --- a/view/theme/vier/templates/profile_vcard.tpl +++ b/view/theme/vier/templates/profile_vcard.tpl @@ -39,9 +39,9 @@ {{$profile.locality}}{{if $profile.locality}}, {{/if}} {{$profile.region}} - {{$profile.postal-code}} + {{$profile.postal_code}} - {{if $profile.country-name}}{{$profile.country-name}}{{/if}} + {{if $profile.country_name}}{{$profile.country_name}}{{/if}} {{/if}}