Remove trailing whitespace to trigger builds in a CLOSED TREE

This commit is contained in:
Phil Ringnalda 2010-05-09 12:26:01 -07:00
parent cc0763a021
commit dbbb385bbb

View File

@ -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"));