From: Dylan William Hardison Date: Tue, 8 Jan 2019 16:35:58 +0000 (-0500) Subject: Bug 1518266 - Font of comment emails is rendered too large since markdown has been... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9359e8e6acfa86c7642f14cfd6bb4078c29855b6;p=thirdparty%2Fbugzilla.git Bug 1518266 - Font of comment emails is rendered too large since markdown has been enabled --- 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 %]