From a43f35c27c4c233d2a8f3461d231cd299a648b93 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 May 2007 19:42:23 +0000 Subject: [PATCH] =?utf8?q?Bug=20311982:=20Remove=20useless=20quotes=20when?= =?utf8?q?=20displaying=20the=20milestone=20URL=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20a?= =?utf8?q?=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/products/updated.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %] -- 2.47.3