From: Dylan William Hardison Date: Tue, 8 Jan 2019 16:05:33 +0000 (-0500) Subject: Bug 1518268 - Preview cuts off bottoms of things using ``` X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7d3a7b4cd5433cda063ff496a29150e845f7bb9;p=thirdparty%2Fbugzilla.git Bug 1518268 - Preview cuts off bottoms of things using ``` --- diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl index ddcba4e82..6dad54586 100644 --- a/template/en/default/bug/comment.html.tmpl +++ b/template/en/default/bug/comment.html.tmpl @@ -37,7 +37,7 @@
Generating Preview...
- [% IF comment.is_markdown AND Param('use_markdown') %] + [% IF ( comment.is_markdown OR NOT comment.id ) AND Param('use_markdown') %] [% comment_tag = 'div' %] [% ELSE %] [% comment_tag = 'pre' %]