summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-14 17:51:08 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-14 17:51:08 +0100
commitd263274071048fc0c0d18644ad8a5ac49bf14d7b (patch)
tree3d8182488e54393a0d14982b11730792a4ebf129 /hyperkitty/templates/threads
parent620af3602be20f1184d477715add032d5f5f14f9 (diff)
downloadhyperkitty-d263274071048fc0c0d18644ad8a5ac49bf14d7b.tar.gz
hyperkitty-d263274071048fc0c0d18644ad8a5ac49bf14d7b.tar.xz
hyperkitty-d263274071048fc0c0d18644ad8a5ac49bf14d7b.zip
Escape some more email addresses
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r--hyperkitty/templates/threads/right_col.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html
index 1b1cf76..11ff90a 100644
--- a/hyperkitty/templates/threads/right_col.html
+++ b/hyperkitty/templates/threads/right_col.html
@@ -53,7 +53,7 @@
{% for name, email in participants.items|sort %}
<li>
{% gravatar_img_for_email email 20 %}
- {{ name }}
+ {{ name|escapeemail }}
</li>
{% endfor %}
</ul>