From 0df6bcba11854954b6175382c392b3e2d866d822 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Wed, 3 Nov 2010 00:00:48 +0100 Subject: [PATCH] Bug 607581: URLs in the See Also field are not linkified when the user is logged out r=pyrzak a=LpSolit --- template/en/default/bug/field.html.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 2417ce39b2..b014a6e6fb 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -204,6 +204,12 @@ [% IF value %] [% value FILTER bug_link(value, use_alias => 1) FILTER none %] [% END %] +[% ELSIF field.type == constants.FIELD_TYPE_BUG_URLS %] + [% '' IF value.size %] [% ELSE %] [% value.join(', ') FILTER html %] [% END %] -- 2.47.2