summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
diff options
context:
space:
mode:
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 11ff90a..dcf00e7 100644
--- a/hyperkitty/templates/threads/right_col.html
+++ b/hyperkitty/templates/threads/right_col.html
@@ -52,7 +52,7 @@
<ul>
{% for name, email in participants.items|sort %}
<li>
- {% gravatar_img_for_email email 20 %}
+ {% gravatar email 20 %}
{{ name|escapeemail }}
</li>
{% endfor %}