From a43f35c27c4c233d2a8f3461d231cd299a648b93 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 10 May 2007 19:42:23 +0000 Subject: Bug 311982: Remove useless quotes when displaying the milestone URL - Patch by Frédéric Buclin a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/products/updated.html.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index 372f15805..1a6e25997 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 %] -- cgit v1.2.3-24-g4f1b