From 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:46 -0500 Subject: Bug 1417980 - Fix non-HTTPS links and outdated links where possible --- .../template/en/default/guided/guided.html.tmpl | 14 +++++++------- extensions/GuidedBugEntry/web/js/products.js | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index e4b0b44a8..6d3d6ddd8 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -236,27 +236,27 @@ Other Mozilla products which aren't listed here
-
- I need technical support
+ I need technical support
For technical support or help getting your site to work with Mozilla.
-
- Offer us ideas on how to make Firefox better
- Provide feedback about Firefox
+ Offer us ideas on how to make Firefox better
+ Provide feedback about Firefox
@@ -268,7 +268,7 @@ Other Mozilla products which aren't listed here Report an issue with Firefox on a site that I've developed
- Report an issue with a web site that I use
+ Report an issue with a web site that I use
@@ -357,7 +357,7 @@ Product: ?: diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index 19ff01fec..8ef1ea0c0 100644 --- a/extensions/GuidedBugEntry/web/js/products.js +++ b/extensions/GuidedBugEntry/web/js/products.js @@ -46,7 +46,7 @@ var products = { l10n: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + - '' + + '' + '' + ' Firefox Help instead of creating a bug.' }, @@ -57,7 +57,7 @@ var products = { l10n: true, support: 'If you are new to Firefox or Bugzilla, please consider checking ' + - '' + + '' + '' + ' Firefox Help instead of creating a bug.' }, @@ -122,12 +122,12 @@ var products = { "Bugzilla": { support: - 'Please use Bugzilla Landfill to file "test bugs".' + 'Please use Bugzilla Landfill to file "test bugs".' }, "bugzilla.mozilla.org": { related: [ "Bugzilla" ], support: - 'Please use Bugzilla Landfill to file "test bugs".' + 'Please use Bugzilla Landfill to file "test bugs".' } }; -- cgit v1.2.3-24-g4f1b