diff --git a/view/templates/admin/contactblock.tpl b/view/templates/admin/contactblock.tpl
index c9bfc2efd0..e3dfb52a12 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 505cf560e3..311132b815 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}}
{{/if}}
+ {{if $profile.addr}}
{{$profile.addr|escaped}}
{{/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 f999f1f572..e62da464d9 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}}