diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 5e075a666..5c0456b03 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -941,7 +941,7 @@ var notimetracking = [% bug.product_obj.notimetracking ? 1 : 0 %]; cols = constants.COMMENT_COLS style = (user.settings.comment_width.value == 'on' ? 'width: 100%' : '') %] - [%# Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %] + [% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %]
[% PROCESS commit_button id="" nobr=0%]