summary refs log tree commit diff
path: root/synapse/res/templates/notif_mail.txt
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/res/templates/notif_mail.txt')
-rw-r--r--synapse/res/templates/notif_mail.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/res/templates/notif_mail.txt b/synapse/res/templates/notif_mail.txt
index 24843042a5..df3c253979 100644
--- a/synapse/res/templates/notif_mail.txt
+++ b/synapse/res/templates/notif_mail.txt
@@ -2,9 +2,9 @@ Hi {{ user_display_name }},
 
 {{ summary_text }}
 
-{% for room in rooms %}
-{% include 'room.txt' with context %}
-{% endfor %}
+{%- for room in rooms %}
+{%- include 'room.txt' with context %}
+{%- endfor %}
 
 You can disable these notifications at {{ unsubscribe_link }}