From 1f5404213d4b93ef573e99112536ed5af6643770 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 28 Oct 2014 03:01:01 +0000 Subject: Bug 1059684: markdown text should not be rendered within a
 tag
 r=glob,a=glob

---
 template/en/default/bug/comment.html.tmpl  | 9 +++++----
 template/en/default/bug/comments.html.tmpl | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

(limited to 'template/en/default/bug')

diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl
index b748b71fd..76054f92a 100644
--- a/template/en/default/bug/comment.html.tmpl
+++ b/template/en/default/bug/comment.html.tmpl
@@ -32,14 +32,15 @@
   
Generating Preview...
-

+    
[% END %] -[% IF feature_enabled('markdown') AND user.settings.use_markdown.value == 'on' %] +[% IF user.use_markdown %]
- + (help)
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 617f49471..3895691d7 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -267,12 +267,12 @@ [%# Don't indent the
 block, since then the spaces are displayed in the
   # generated HTML
   #%]
-
   [%- comment_text FILTER markdown(bug, comment) -%]
-
+ [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] [% END %] -- cgit v1.2.3-24-g4f1b