aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-09-30 23:42:49 +0000
committermkanat%bugzilla.org <>2009-09-30 23:42:49 +0000
commitaef9ce78eca5f7a0dae98d67af8fb72ebd1fafb7 (patch)
treef8104317e1417fe7544d682a1544802591046cfc /template/en/default/bug/comments.html.tmpl
parentBug 509053: Implement Bugzilla->feature (feature_enabled in the templates), a... (diff)
downloadbugzilla-aef9ce78eca5f7a0dae98d67af8fb72ebd1fafb7.tar.gz
bugzilla-aef9ce78eca5f7a0dae98d67af8fb72ebd1fafb7.tar.bz2
bugzilla-aef9ce78eca5f7a0dae98d67af8fb72ebd1fafb7.zip
Bug 364254: Add hook to Bugzilla::Template::quoteUrls
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
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 177c6f985..2f9eeebf6 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -222,7 +222,7 @@
[% END %]
<pre class="bz_comment_text"
[% ' id="comment_text_' _ count _ '"' IF mode == "edit" %]>
- [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
+ [%- wrapped_comment FILTER quoteUrls(bug, comment) -%]
</pre>
</div>
[% END %]