summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
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 bf41200b7..008da01a0 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -56,7 +56,7 @@
[%+ comment.time FILTER time %]
</i>
[% IF mode == "edit" %]
- <script type="text/javascript" language="JavaScript"><!--
+ <script type="text/javascript"><!--
addReplyLink([% count %]); //--></script>
[% END %]
-------