diff --git a/commonBody.html b/commonBody.html
index 57c5138c..a65b3f2f 100644
--- a/commonBody.html
+++ b/commonBody.html
@@ -18,7 +18,7 @@
{{ keyTrans('website') }}:
- {{ tags.website }}
+ {{ tags.website }}
{% endif %}
@@ -28,7 +28,7 @@
{{ keyTrans('website') }}:
- {{ attribute(tags, 'contact:website') }}
+ {{ attribute(tags, 'contact:website') }}
{% endif %}
@@ -38,7 +38,7 @@
{{ keyTrans('phone') }}:
- {{ tags.phone }}
+ {{ tags.phone }}
{% endif %}
@@ -48,7 +48,7 @@
{{ keyTrans('phone') }}:
- {{ attribute(tags, 'contact:phone') }}
+ {{ attribute(tags, 'contact:phone') }}
{% endif %}
@@ -60,13 +60,13 @@
{% if attribute(tags, 'contact:email') %}
-
+
{% endif %}
{% if attribute(tags, 'email') %}
-
+
{% endif %}
diff --git a/detailsBody.html b/detailsBody.html
index 8e0da2de..f8959f50 100644
--- a/detailsBody.html
+++ b/detailsBody.html
@@ -18,7 +18,7 @@
{{ keyTrans('website') }}:
- {{ tags.website }}
+ {{ tags.website }}
{% endif %}
@@ -28,7 +28,7 @@
{{ keyTrans('website') }}:
- {{ attribute(tags, 'contact:website') }}
+ {{ attribute(tags, 'contact:website') }}
{% endif %}
@@ -38,7 +38,7 @@
{{ keyTrans('phone') }}:
- {{ tags.phone }}
+ {{ tags.phone }}
{% endif %}
@@ -48,7 +48,7 @@
{{ keyTrans('phone') }}:
- {{ attribute(tags, 'contact:phone') }}
+ {{ attribute(tags, 'contact:phone') }}
{% endif %}
@@ -58,7 +58,7 @@
{{ keyTrans('email') }}:
-
+
{{ attribute(tags, 'contact:email') }}
@@ -70,7 +70,7 @@
{{ keyTrans('email') }}:
-
+
{{ attribute(tags, 'email') }}