From f221565c373fda0fbe72dee66a780b44ee514141 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 18 May 2015 10:03:03 +0800 Subject: Bug 1165464: Incorrect link used for firefox help --- extensions/GuidedBugEntry/web/js/products.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/web/js/products.js b/extensions/GuidedBugEntry/web/js/products.js index 43b2a8e5b..19ff01fec 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.' }, @@ -130,4 +130,4 @@ var products = { support: 'Please use Bugzilla Landfill to file "test bugs".' } -} +}; -- cgit v1.2.3-24-g4f1b