diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-18 04:03:03 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-18 04:03:03 +0200 |
commit | f221565c373fda0fbe72dee66a780b44ee514141 (patch) | |
tree | 799e3a07c7daa03b23f929879910cc60b268f268 /extensions/GuidedBugEntry/web/js | |
parent | 4b3724caaa98495476d297754b9add12fb8173c7 (diff) | |
download | bugzilla-f221565c373fda0fbe72dee66a780b44ee514141.tar.gz bugzilla-f221565c373fda0fbe72dee66a780b44ee514141.tar.xz |
Bug 1165464: Incorrect link used for firefox help
Diffstat (limited to 'extensions/GuidedBugEntry/web/js')
-rw-r--r-- | extensions/GuidedBugEntry/web/js/products.js | 6 |
1 files changed, 3 insertions, 3 deletions
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 ' + - '<a href="http://support.mozilla.com/">' + + '<a href="http://support.mozilla.org/">' + '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' + ' <b>Firefox Help</b></a> 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 ' + - '<a href="http://support.mozilla.com/">' + + '<a href="http://support.mozilla.org/">' + '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' + ' <b>Firefox Help</b></a> instead of creating a bug.' }, @@ -130,4 +130,4 @@ var products = { support: 'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".' } -} +}; |