diff --git a/mozilla/xpfe/browser/resources/content/pageInfo.js b/mozilla/xpfe/browser/resources/content/pageInfo.js index f2ccdfac57b..79e9062b036 100644 --- a/mozilla/xpfe/browser/resources/content/pageInfo.js +++ b/mozilla/xpfe/browser/resources/content/pageInfo.js @@ -466,7 +466,7 @@ function grabAllLinks(aWindow,aDocument) if ("links" in aDocument) return theList.concat(aDocument.links); else - return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a"); + return theList.concat(aDocument.getElementsByTagNameNS(XHTMLNS, "a")); } function openURL(target)