diff options
author | Byron Jones <bjones@mozilla.com> | 2014-02-20 16:44:59 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-02-20 16:44:59 +0100 |
commit | 5f21df0ff58b98d322c9365dcc9d2a61ed804717 (patch) | |
tree | 6d3295339dde044229862674322b205762e8781e /template/en/default | |
parent | 10e2151e445a607566a325bcce0f9478c83adfb3 (diff) | |
download | bugzilla-5f21df0ff58b98d322c9365dcc9d2a61ed804717.tar.gz bugzilla-5f21df0ff58b98d322c9365dcc9d2a61ed804717.tar.xz |
Bug 974946: [edit] action is showing up multiple times on the first comment
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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) -%] </pre> - </div> [% Hook.process('a_comment-end', 'bug/comments.html.tmpl') %] + </div> [% END %] |