summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-01-10 03:59:53 +0100
committerlpsolit%gmail.com <>2006-01-10 03:59:53 +0100
commit2ebb84291955ea5b1f5bf35b9fb7760dddaec5e0 (patch)
tree9343bdec785aa5f39838cde9290be7b140934fd9 /template/en/default/bug/comments.html.tmpl
parent8508ede5763d9d98d8c4fc755847752d192c2126 (diff)
downloadbugzilla-2ebb84291955ea5b1f5bf35b9fb7760dddaec5e0.tar.gz
bugzilla-2ebb84291955ea5b1f5bf35b9fb7760dddaec5e0.tar.xz
Bug 238207: Comment autolinkification on midair page points to wrong cgi - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
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 9f0469a51..1ccf9904c 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -149,7 +149,7 @@
[% wrapped_comment = comment.body FILTER wrap_comment %]
[% END %]
<pre[% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]>
- [%- wrapped_comment FILTER quoteUrls -%]
+ [%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%]
</pre>
</div>
[% END %]