diff options
Diffstat (limited to 'chimere/templates/detail.html')
-rw-r--r-- | chimere/templates/detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/templates/detail.html b/chimere/templates/detail.html index baa13b4..6df7e76 100644 --- a/chimere/templates/detail.html +++ b/chimere/templates/detail.html @@ -9,7 +9,7 @@ {% if marker.end_date %} - {{marker.end_date|date:"D d M Y"}}</p>{% endif %}</span> {% endif %} {% for property in marker.getProperties %} -<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|sanitize:"p b a:href ul li ol h1 h2 h3 h4"|safe}}</p> +<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|sanitize:"p b i br a:href ul li ol h1 h2 h3 h4"|safe}}</p> {% endfor %} </div>{% if share_networks %} {% if simple %}{% trans "Share on"%}{% for share_network in share_networks %} |