fix whitespace

git-svn-id: svn://10.0.0.236/trunk@150790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2003-12-30 23:14:21 +00:00
parent c8f4fa9188
commit 32352ec42a

View File

@@ -65,7 +65,7 @@
var file = Components.classes["@mozilla.org/file/local;1"].createInstance(Components.interfaces.nsILocalFile);
file.initWithPath(unescape(engine.substr("engine://".length)));
if (!file.exists())
this.currentEngine = "__PhoenixFindInPage";
this.currentEngine = "__PhoenixFindInPage";
}
}
]]></body>