From: lpsolit%gmail.com <> Date: Thu, 10 May 2007 19:42:23 +0000 (+0000) Subject: Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by FrÃ... X-Git-Tag: bugzilla-3.1.2~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a43f35c27c4c233d2a8f3461d231cd299a648b93;p=thirdparty%2Fbugzilla.git Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by Frédéric Buclin a=LpSolit --- diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index 372f158050..1a6e259973 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -97,13 +97,13 @@

Updated milestone URL [% IF old_product.milestone_url != '' %] - from
' - [%- old_product.milestone_url FILTER html %]' + from
+ [%- old_product.milestone_url FILTER html %] [% END %] to [% IF product.milestone_url != '' %] -
' - [%- product.milestone_url FILTER html %]'. +
+ [%- product.milestone_url FILTER html %]. [% ELSE %] be empty. [% END %]