From 3727844fe627a5bb9365ce461c13d1ff5e82d1a2 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 18 Sep 2013 15:48:54 +0800 Subject: Bug 917683: comment text still too small in gmail --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 1b5be1adc..e84852289 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -14,7 +14,7 @@ @@ -48,7 +48,7 @@ at [% comment.creation_ts FILTER time(undef, to_user.timezone) %] [% END %] -
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]
+
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]
[% END %] -- cgit v1.2.3-24-g4f1b