diff --git a/view/templates/admin/contactblock.tpl b/view/templates/admin/contactblock.tpl
index e3dfb52a1..3afeb5355 100644
--- a/view/templates/admin/contactblock.tpl
+++ b/view/templates/admin/contactblock.tpl
@@ -33,8 +33,8 @@
diff --git a/view/theme/duepuntozero/templates/profile_vcard.tpl b/view/theme/duepuntozero/templates/profile_vcard.tpl
index 311132b81..31afc71fe 100644
--- a/view/theme/duepuntozero/templates/profile_vcard.tpl
+++ b/view/theme/duepuntozero/templates/profile_vcard.tpl
@@ -3,7 +3,7 @@
{{$profile.name|escape}}
- {{if $profile.addr}}
{{$profile.addr|escaped}}
{{/if}}
+ {{if $profile.addr}}
{{$profile.addr|escape}}
{{/if}}
{{if $profile.pdesc}}
{{$profile.pdesc}}
{{/if}}
diff --git a/view/theme/quattro/templates/profile_vcard.tpl b/view/theme/quattro/templates/profile_vcard.tpl
index e62da464d..a316f58aa 100644
--- a/view/theme/quattro/templates/profile_vcard.tpl
+++ b/view/theme/quattro/templates/profile_vcard.tpl
@@ -26,7 +26,7 @@
{{/if}}
- {{if $profile.addr}}