summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/templates/email/base_mail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/base_mail.html b/askbot/templates/email/base_mail.html
index 2487e804..63ab1b9b 100644
--- a/askbot/templates/email/base_mail.html
+++ b/askbot/templates/email/base_mail.html
@@ -149,7 +149,7 @@
<table border="0" align="center" cellspacing="0" cellpadding="0" width=95%>
<tr>
<td valign="top">
- <h1>{%block headline%}{%endblock%}</h1>
+ <h1>{% block headline %}{% endblock %}</h1>
</td>
</tr>
<tr>