From c7d3a7b4cd5433cda063ff496a29150e845f7bb9 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 8 Jan 2019 11:05:33 -0500 Subject: [PATCH] Bug 1518268 - Preview cuts off bottoms of things using ``` --- template/en/default/bug/comment.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %] -- 2.47.3