From b8f02d682d91fabba4c0464225351041855a94a6 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Sun, 9 May 2010 12:26:01 -0700 Subject: [PATCH] Remove trailing whitespace to trigger builds in a CLOSED TREE --- browser/base/content/aboutDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/base/content/aboutDialog.js b/browser/base/content/aboutDialog.js index 94bb855d7f62..b46d28c1ccaf 100644 --- a/browser/base/content/aboutDialog.js +++ b/browser/base/content/aboutDialog.js @@ -101,7 +101,7 @@ function switchPage(aEvent) return; var iframe = document.getElementById("creditsIframe"); - if (gSelectedPage == 0) { + if (gSelectedPage == 0) { iframe.setAttribute("src", "chrome://browser/content/credits.xhtml"); button.setAttribute("label", document.documentElement.getAttribute("aboutlabel")); button.setAttribute("accesskey", document.documentElement.getAttribute("aboutaccesskey"));