]> git.mxchange.org Git - friendica.git/commitdiff
The postal code wasn't displayed correctly.
authorMichael Vogel <icarus@dabo.de>
Tue, 22 Apr 2014 13:53:26 +0000 (15:53 +0200)
committerMichael Vogel <icarus@dabo.de>
Tue, 22 Apr 2014 13:53:26 +0000 (15:53 +0200)
view/theme/vier/templates/profile_vcard.tpl

index 0a546425287919ca2e3c1bc0be24c35476a4d446..49d031e07cb16a35fb6aa6e46d1000ce859620ff 100644 (file)
@@ -39,9 +39,9 @@
                        <span class="city-state-zip">
                                <span class="locality">{{$profile.locality}}</span>{{if $profile.locality}}, {{/if}}
                                <span class="region">{{$profile.region}}</span>
-                               <span class="postal-code">{{$profile.postal-code}}</span>
+                               <span class="postal-code">{{$profile.postal_code}}</span>
                        </span>
-                       {{if $profile.country-name}}<span class="country-name">{{$profile.country-name}}</span>{{/if}}
+                       {{if $profile.country_name}}<span class="country-name">{{$profile.country_name}}</span>{{/if}}
                </dd>
                </dl>
        {{/if}}