diff options
author | friendica <info@friendica.com> | 2012-08-30 18:17:38 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-30 18:17:38 -0700 |
commit | eac29badb2fade43dfe3fd6373ffc675858143dd (patch) | |
tree | ecf3ec6007a22a755900c46a4bc1e4862cc08d06 /view/theme/quattro/tpl/profile_vcard.tpl | |
parent | f6d198ce5dcd9fe416975ff760439dfacbb83812 (diff) | |
download | volse-hubzilla-eac29badb2fade43dfe3fd6373ffc675858143dd.tar.gz volse-hubzilla-eac29badb2fade43dfe3fd6373ffc675858143dd.tar.bz2 volse-hubzilla-eac29badb2fade43dfe3fd6373ffc675858143dd.zip |
start on contacts/profiles
Diffstat (limited to 'view/theme/quattro/tpl/profile_vcard.tpl')
-rw-r--r-- | view/theme/quattro/tpl/profile_vcard.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/quattro/tpl/profile_vcard.tpl b/view/theme/quattro/tpl/profile_vcard.tpl index 7cd02f164..5d7e92131 100644 --- a/view/theme/quattro/tpl/profile_vcard.tpl +++ b/view/theme/quattro/tpl/profile_vcard.tpl @@ -32,9 +32,9 @@ <span class="city-state-zip"> <span class="locality">$profile.locality</span>{{ if $profile.locality }}, {{ endif }} <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>{{ endif }} + {{ if $profile.country_name }}<span class="country-name">$profile.country_name</span>{{ endif }} </dd> </dl> {{ endif }} |