From 09dd4d3192073ba9ecc7feb8a5dfcd213affd525 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Mon, 24 Sep 2018 17:27:12 -0400 Subject: Bug 1493500 - Remove all trailing whitespaces from all files --- template/en/default/admin/products/updated.html.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template/en/default/admin/products/updated.html.tmpl') diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index d93022a6e..5ddea6675 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -32,7 +32,7 @@ [% END %] [% END %] -[% title = BLOCK %]Updating Product '[% product.name FILTER html %]' +[% title = BLOCK %]Updating Product '[% product.name FILTER html %]' [% classification_text FILTER none %][% END %] [% PROCESS global/header.html.tmpl title = title @@ -63,7 +63,7 @@ [% IF product.is_active %] open for [% ELSE %] - closed to + closed to [% END %] new [% terms.bugs %].

@@ -79,15 +79,15 @@ [% IF changes.allows_unconfirmed.defined %]

[% IF product.allows_unconfirmed %] - The product now allows the + The product now allows the [%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status. [% ELSE %] - The product no longer allows the + The product no longer allows the [%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status. - Note that any + Note that any - [%- terms.bugs %] that currently have the + [%- product.name FILTER uri %]&bug_status=UNCONFIRMED"> + [%- terms.bugs %] that currently have the [%+ display_value('bug_status', 'UNCONFIRMED') FILTER html %] status will remain in that status until they are edited. [% END %] -- cgit v1.2.3-24-g4f1b