aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/email/default/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/email/default/contact.html b/templates/email/default/contact.html
index e01d54c74..d9e9b060a 100644
--- a/templates/email/default/contact.html
+++ b/templates/email/default/contact.html
@@ -25,7 +25,7 @@ INCLUDE '_email_top.html';
<tr>
<th style="[% td_style %][% only_column_style %]">
<h1 style="[% h1_style %]">[% subject | html %]</h1>
- <p style="[% p_style %]">[% message | html %]</p>
+ [% message | html | html_para | replace('<p>', '<p style="' _ p_style _ '">') %]
[%~ IF complaint %]
<p style="[% secondary_p_style %]">
[% complaint | html %]