From 7995b869843b68a9a163ebcb4ddfc3ab40b27c8c Mon Sep 17 00:00:00 2001 From: Guy Pyrzak Date: Wed, 13 Oct 2010 17:18:06 -0700 Subject: Bug 326826: Linkify bug comments in HTML email just like comments in the web interface. r=mkanat, a=mkanat --- template/en/default/email/bugmail.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 888d47bc4..9d6fa5982 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 %]

-- cgit v1.2.3-24-g4f1b