summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/thread.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-27 11:17:57 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-27 11:18:01 +0100
commiteba73dd9091e01f03878a2c412cd93f64b9be9af (patch)
treecaa6bc9b685457b14050acbd73bc0857cb6d6171 /hyperkitty/templates/thread.html
parent7817a239db1e485af3ae0e75cf3a5e14bb131a06 (diff)
downloadhyperkitty-eba73dd9091e01f03878a2c412cd93f64b9be9af.tar.gz
hyperkitty-eba73dd9091e01f03878a2c412cd93f64b9be9af.tar.xz
hyperkitty-eba73dd9091e01f03878a2c412cd93f64b9be9af.zip
Fix versionned dependency on mailman in the spec file
Diffstat (limited to 'hyperkitty/templates/thread.html')
-rw-r--r--hyperkitty/templates/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html
index 96c6020..95d4d97 100644
--- a/hyperkitty/templates/thread.html
+++ b/hyperkitty/templates/thread.html
@@ -22,7 +22,7 @@
{% if thread %}
<a class="thread-{% ifequal forloop.counter 1 %}older{% else %}newer{% endifequal %}"
href="{% url thread threadid=thread.thread_id, mlist_fqdn=mlist.name %}"
- >{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }}</a>
+ title="{{ thread.subject|strip_subject:mlist|escape }}">{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }}</a>
{% endif %}
{% endfor %}
<h1>{{ subject }}</h1>