From 5f21df0ff58b98d322c9365dcc9d2a61ed804717 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 20 Feb 2014 23:44:59 +0800 Subject: Bug 974946: [edit] action is showing up multiple times on the first comment --- template/en/default/bug/comments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index e0226257e..ef3131a5e 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -269,6 +269,6 @@ [% ' id="comment_text_' _ comment.count _ '"' IF mode == "edit" %]> [%- comment_text FILTER quoteUrls(bug, comment) -%] - [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] + [% END %] -- cgit v1.2.3-24-g4f1b