summaryrefslogtreecommitdiffstats
path: root/askbot/templates/email/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/email/macros.html')
-rw-r--r--askbot/templates/email/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/email/macros.html b/askbot/templates/email/macros.html
index f1b06fc8..125705e2 100644
--- a/askbot/templates/email/macros.html
+++ b/askbot/templates/email/macros.html
@@ -70,7 +70,7 @@
{% endif %}
</p>
{% endif %}
- {{ post.html|absolutize_urls }}
+ {{ post.html }}
{{ end_quote(quote_level) }}
{% endspaceless %}
{% endmacro %}