diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-02-20 00:24:33 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-20 00:24:33 +0100 |
commit | afae577698ecfbbb22a181e5d653b20e61fe2679 (patch) | |
tree | a2b3fc623c3cd384633997ad915cebd97b24d6e9 /template/en/default | |
parent | 602c362f5b22bb7dcd3a34c50af7805340f65828 (diff) | |
download | bugs-afae577698ecfbbb22a181e5d653b20e61fe2679.tar bugs-afae577698ecfbbb22a181e5d653b20e61fe2679.tar.gz bugs-afae577698ecfbbb22a181e5d653b20e61fe2679.tar.bz2 bugs-afae577698ecfbbb22a181e5d653b20e61fe2679.tar.xz bugs-afae577698ecfbbb22a181e5d653b20e61fe2679.zip |
Bug 718283: Indentation and newlines in the "Descriptive text sent within whine message" are ignored in HTML whinemail
r/a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/whine/mail.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 008a8202b..d82e214f7 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -27,9 +27,9 @@ </head> <body bgcolor="#FFFFFF"> - <p align="left"> + <pre> [% body FILTER html %] - </p> + </pre> <p align="left"> [% IF author.login == recipient.login %] |