summaryrefslogtreecommitdiffstats
path: root/extensions/EditComments/template/en/default/pages/editcomments.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/EditComments/template/en/default/pages/editcomments.html.tmpl')
-rw-r--r--extensions/EditComments/template/en/default/pages/editcomments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/EditComments/template/en/default/pages/editcomments.html.tmpl b/extensions/EditComments/template/en/default/pages/editcomments.html.tmpl
index 13364f5b1..b38a6dc0b 100644
--- a/extensions/EditComments/template/en/default/pages/editcomments.html.tmpl
+++ b/extensions/EditComments/template/en/default/pages/editcomments.html.tmpl
@@ -34,7 +34,7 @@
</div>
</div>
<pre class="bz_comment_text">
- [%- a.original ? a.body : a.new FILTER quoteUrls(bug) -%]
+ [%- a.original ? a.body : a.new FILTER renderComment(bug) -%]
</pre>
[% END %]