From 70b1cb4b8ff30538b3f952a5418ff5b12dc38662 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Thu, 10 Jul 2014 10:03:25 +1000 Subject: Bug 1031959 - Add a_comment-end hook to show bug page r=gerv, a=sgreen --- template/en/default/bug/comments.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/bug/comments.html.tmpl') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 314269227..d040e651d 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -231,5 +231,6 @@ [% END %]> [%- comment_text FILTER quoteUrls(bug, comment) -%] + [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] [% END %] -- cgit v1.2.3-24-g4f1b