<html>
<head>
<base href="[% urlbase FILTER html %]">
- <style>
- .comment { font-size: initial !important; }
- </style>
</head>
<body style="font-family: sans-serif">
[% 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 %]>
+ <[% comment_tag FILTER none %] class="comment" [% IF comment_tag == 'pre' %] style="font-size: initial" [% END %]>[% comment.body_full({ wrap => 1 }) FILTER renderMarkdown(bug, comment) %]</[% comment_tag FILTER none %]>
</div>
[% END %]
</div>