diff --git a/browser/base/content/tabbrowser.xml b/browser/base/content/tabbrowser.xml
index 405b8440bcc..138ab46871f 100644
--- a/browser/base/content/tabbrowser.xml
+++ b/browser/base/content/tabbrowser.xml
@@ -90,14 +90,14 @@
while (node.localName != 'tabbrowser')
node = node.parentNode;
node.removeCurrentTab();">
-
-
+
@@ -920,7 +920,7 @@
b.setAttribute("contextmenu", this.getAttribute("contentcontextmenu"));
b.setAttribute("tooltip", this.getAttribute("contenttooltip"));
b.setAttribute("autocompletepopup", this.getAttribute("autocompletepopup"));
-
+
// Add the Message and the Browser to the box
var vbox = document.createElementNS("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
"vbox");