From 6039e8b31fefc499499f82b5e5f31caea1f55be6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Dec 2010 12:47:14 +0100 Subject: Allow target attribute for link in descriptions (closes #289) --- chimere/rss/templates/rss_descr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chimere/rss/templates/rss_descr.html') diff --git a/chimere/rss/templates/rss_descr.html b/chimere/rss/templates/rss_descr.html index 97a9c50..4f75ac6 100644 --- a/chimere/rss/templates/rss_descr.html +++ b/chimere/rss/templates/rss_descr.html @@ -3,6 +3,6 @@
{% if obj.picture %}{{obj.name}}{%endif%}
{% for property in obj.getProperties %} -

{{ property.value|sanitize:"p b i br hr strong em span:style a:href ul li ol h1 h2 h3 h4"|safe }}

+

{{ property.value|sanitize:"p b i br hr strong em span:style a:href:target ul li ol h1 h2 h3 h4"|safe }}

{% endfor %}
-- cgit v1.2.3