From 7cdcae15fc7fab6d18e2a4926589320ce44b049c Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Tue, 14 Mar 2006 21:06:53 +0000 Subject: [PATCH] Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 23485, r+a181=mconnor --- browser/base/content/browser.xul | 3 +++ 1 file changed, 3 insertions(+) diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index d8260cff6366..57c67e799e3b 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -210,7 +210,10 @@ tabscrolling="true" showcommentcolumn="true" enablehistory="true" +#ifndef MOZILLA_1_8_BRANCH +# bug 23485 newlines="stripsurroundingwhitespace" +#endif oninput="gBrowser.userTypedValue = this.value" ontextentered="return handleURLBarCommand(param);" ontextreverted="return handleURLBarRevert();">