summaryrefslogtreecommitdiff
path: root/chimere/rss/templates/rss_descr.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-10 19:25:03 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-10 19:25:03 +0100
commitd73730bfc9730a330f327c3d4c382b30c90e9eb1 (patch)
tree8938da6d4deb4d266f233f179bae94dc83d853dc /chimere/rss/templates/rss_descr.html
parentf0624fb7b0ac1bde94db944d35e97c6747c7d109 (diff)
downloadChimère-d73730bfc9730a330f327c3d4c382b30c90e9eb1.tar.bz2
Chimère-d73730bfc9730a330f327c3d4c382b30c90e9eb1.zip
Allow more tag (<span style>, <strong>, <em>, <hr>) in the sanitisation (refs #288)
Diffstat (limited to 'chimere/rss/templates/rss_descr.html')
-rw-r--r--chimere/rss/templates/rss_descr.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/rss/templates/rss_descr.html b/chimere/rss/templates/rss_descr.html
index f425e01..97a9c50 100644
--- a/chimere/rss/templates/rss_descr.html
+++ b/chimere/rss/templates/rss_descr.html
@@ -3,6 +3,6 @@
<div id='detail_content'>
{% if obj.picture %}<img src='{{obj.picture.url}}' alt="{{obj.name}}"/>{%endif%}
<div>{% for property in obj.getProperties %}
-<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|sanitize:"p b i br a:href ul li ol h1 h2 h3 h4"|safe }}</p>
+<p id='{{property.propertymodel.getNamedId}}'>{{ property.value|sanitize:"p b i br hr strong em span:style a:href ul li ol h1 h2 h3 h4"|safe }}</p>
{% endfor %}</div>
</div>