From d263274071048fc0c0d18644ad8a5ac49bf14d7b Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 14 Nov 2012 17:51:08 +0100 Subject: Escape some more email addresses --- hyperkitty/templates/threads/right_col.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/threads') 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 %}
  • {% gravatar_img_for_email email 20 %} - {{ name }} + {{ name|escapeemail }}
  • {% endfor %} -- cgit