diff --git a/common/components/protocols.js b/common/components/protocols.js index c906d031..6cbacd2a 100644 --- a/common/components/protocols.js +++ b/common/components/protocols.js @@ -46,7 +46,7 @@ function fakeChannel(orig) function redirect(to, orig) { let html = .toXMLString(); - return makeChannel(dataURL('text/html', html), orig); + return makeChannel(dataURL('text/html', html), ioServices.newURI(to, null, null)); } function ChromeData() {} diff --git a/common/content/help.xsl b/common/content/help.xsl index 4a6cc8cc..7a19e1e9 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -2,9 +2,9 @@ - +
- +
@@ -94,21 +94,20 @@ - - - - - + + <xsl:value-of select="@title"/> +