From b6384ec5beb213966de96853c3e97cd1e8236ebd Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 22 Apr 2014 15:53:26 +0200 Subject: [PATCH] The postal code wasn't displayed correctly. --- view/theme/vier/templates/profile_vcard.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}