From: Guy Pyrzak Date: Thu, 14 Oct 2010 00:18:06 +0000 (-0700) Subject: Bug 326826: Linkify bug comments in HTML email just like comments in the X-Git-Tag: bugzilla-4.1.1~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7995b869843b68a9a163ebcb4ddfc3ab40b27c8c;p=thirdparty%2Fbugzilla.git Bug 326826: Linkify bug comments in HTML email just like comments in the web interface. r=mkanat, a=mkanat --- diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 888d47bc4d..9d6fa5982b 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -23,7 +23,7 @@ [% isnew = bug.lastdiffed ? 0 : 1 %] - + [% PROCESS generate_diffs %] @@ -35,7 +35,7 @@ {comment_num => comment.count, full_url => 1}) FILTER none %] from [% INCLUDE global/user.html.tmpl who = comment.author %] [% END %] -
[% comment.body_full({ wrap => 1 }) FILTER html %]
+
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]
[% END %]