From 87462d261811e78b9b2c8e82425c19e26b6c2e53 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Oct 2008 07:04:09 +0000 Subject: Bug 105865: When converting bug/attachment/comment numbers to links, quoteUrls() should take care of newlines and not linkify them if a newline is present - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/comments.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug/comments.html.tmpl') diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index bf9326e8f..127f4a5fb 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -217,7 +217,7 @@ [% END %]
-  [%- wrapped_comment FILTER quoteUrls(bug.bug_id) -%]
+  [%- wrapped_comment FILTER quoteUrls(bug.bug_id, comment.already_wrapped) -%]
 
[% END %] -- cgit v1.2.3-24-g4f1b