Commit 7995b869 authored by Guy Pyrzak's avatar Guy Pyrzak Committed by Max Kanat-Alexander

Bug 326826: Linkify bug comments in HTML email just like comments in the

web interface. r=mkanat, a=mkanat
parent f2d5af26
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
[% isnew = bug.lastdiffed ? 0 : 1 %] [% isnew = bug.lastdiffed ? 0 : 1 %]
<html> <html>
<head> <head>
<base href="[% %]" /> <base href="[% urlbase FILTER html %]" />
</head> </head>
<body> <body>
[% PROCESS generate_diffs %] [% PROCESS generate_diffs %]
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{comment_num => comment.count, full_url => 1}) FILTER none %] {comment_num => comment.count, full_url => 1}) FILTER none %]
from [% INCLUDE global/user.html.tmpl who = comment.author %]</b> from [% INCLUDE global/user.html.tmpl who = comment.author %]</b>
[% END %] [% END %]
<pre>[% comment.body_full({ wrap => 1 }) FILTER html %]</pre> <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment) %]</pre>
</div> </div>
[% END %] [% END %]
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment