diff --git a/pages/_includes/ui/map.html b/pages/_includes/ui/map.html
index d2cc5cc03..df9632fc2 100644
--- a/pages/_includes/ui/map.html
+++ b/pages/_includes/ui/map.html
@@ -10,7 +10,7 @@
map: '{{ data.map }}',
backgroundColor: 'transparent',
color: 'rgba(120, 130, 140, .1)',
- borderColor: 'transparent'
+ borderColor: 'transparent',
{% if data.zoom %}enableZoom: true,{% endif %}
});
});