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/hook/global/setting-descs-settings.none.tmpl | 4 ++-- .../template/en/default/hook/global/user-error-errors.html.tmpl | 2 +- extensions/Example/template/en/default/pages/example.html.tmpl | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'extensions/Example') diff --git a/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl b/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl index 9dc5fc767..6a4a13a13 100644 --- a/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl +++ b/extensions/Example/template/en/default/hook/global/setting-descs-settings.none.tmpl @@ -1,6 +1,6 @@ -[% +[% setting_descs.product_chooser = "Product chooser to use when entering $terms.bugs", setting_descs.pretty = "Pretty chooser with common products and icons", setting_descs.full = "Full chooser with all products", setting_descs.small = "Product chooser for mobile devices", -%] \ No newline at end of file +%] diff --git a/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl b/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl index 50d20a9f2..93f24d159 100644 --- a/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl +++ b/extensions/Example/template/en/default/hook/global/user-error-errors.html.tmpl @@ -1,6 +1,6 @@ [%# Note that error messages should generally be indented four spaces, like # below, because when Bugzilla translates an error message into plain - # text, it takes four spaces off the beginning of the lines. + # text, it takes four spaces off the beginning of the lines. # # Note also that I prefixed my error name with "example", the name of my # extension, so that I wouldn't conflict with other error names in diff --git a/extensions/Example/template/en/default/pages/example.html.tmpl b/extensions/Example/template/en/default/pages/example.html.tmpl index 919fa15b4..e265ee55b 100644 --- a/extensions/Example/template/en/default/pages/example.html.tmpl +++ b/extensions/Example/template/en/default/pages/example.html.tmpl @@ -15,12 +15,12 @@ # Portions created by Canonical Ltd. are Copyright (C) 2009 # Canonical Ltd. All Rights Reserved. # - # Contributor(s): + # Contributor(s): # Max Kanat-Alexander #%] [% PROCESS global/header.html.tmpl - title = "Example Page" + title = "Example Page" %]

Here's what you passed me:

-- cgit v1.2.3-24-g4f1b