diff options
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 2 |
2 files changed, 2 insertions, 2 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 %] diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index d5ae5fbf6..01b9916dd 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -57,7 +57,7 @@ <p> Added the comment(s): <blockquote> - [% PROCESS "bug/comments.html.tmpl" %] + [% PROCESS "bug/comments.html.tmpl" bug = { 'bug_id' => bug_id } %] </blockquote> </p> [% END %] |