comparison gpp/templates/forums/topic_notify_email.txt @ 397:accfc1fdb88d

Fixing #195; don't escape text in plain text emails.
author Brian Neal <bgneal@gmail.com>
date Fri, 25 Mar 2011 23:59:16 +0000
parents 500e5875a306
children
comparison
equal deleted inserted replaced
396:63e4682d6482 397:accfc1fdb88d
5 5
6 This is a heads up that {{ poster }} replied to a forum topic you have 6 This is a heads up that {{ poster }} replied to a forum topic you have
7 subscribed to: 7 subscribed to:
8 8
9 --- 9 ---
10 RE: {{ topic_name }} 10 RE: {{ topic_name|safe }}
11 11
12 {{ message }} 12 {{ message|safe }}
13 --- 13 ---
14 14
15 To view this post on the site, please visit: 15 To view this post on the site, please visit:
16 {{ post_url }} 16 {{ post_url }}
17 17