From 9359e8e6acfa86c7642f14cfd6bb4078c29855b6 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 8 Jan 2019 11:35:58 -0500 Subject: [PATCH] Bug 1518266 - Font of comment emails is rendered too large since markdown has been enabled --- extensions/BMO/template/en/default/email/bugmail.html.tmpl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/extensions/BMO/template/en/default/email/bugmail.html.tmpl b/extensions/BMO/template/en/default/email/bugmail.html.tmpl index 0e6620bf8..d6c2ede85 100644 --- a/extensions/BMO/template/en/default/email/bugmail.html.tmpl +++ b/extensions/BMO/template/en/default/email/bugmail.html.tmpl @@ -13,9 +13,6 @@ - @@ -55,7 +52,7 @@ [% ELSE %] [% comment_tag = 'pre' %] [% END %] - <[% comment_tag FILTER none %] class="comment" style="font-size: initial">[% comment.body_full({ wrap => 1 }) FILTER renderMarkdown(bug, comment) %] + <[% comment_tag FILTER none %] class="comment" [% IF comment_tag == 'pre' %] style="font-size: initial" [% END %]>[% comment.body_full({ wrap => 1 }) FILTER renderMarkdown(bug, comment) %] [% END %] -- 2.47.3