r1301 - branches/bxe_2_0/js
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Wed May 4 17:49:03 2005
New Revision: 1301
Modified:
branches/bxe_2_0/js/bxeFunctions.js
Log:
fix typos...
Modified: branches/bxe_2_0/js/bxeFunctions.js
==============================================================================
--- branches/bxe_2_0/js/bxeFunctions.js (original)
+++ branches/bxe_2_0/js/bxeFunctions.js Wed May 4 17:49:03 2005
@@ -1117,7 +1117,7 @@
win.document.writeln("<html>");
win.document.writeln("<body>");
- win.document.writeln("<pre2>");
+ win.document.writeln("<pre>");
if (typeof string == "string") {
win.document.writeln(string.replace(/</g,"<"));
}
@@ -2224,7 +2224,7 @@
} else {
try {
sel.collapse(_topNode.childNodes[_childPosition], _offset);
- catch(e) {
+ } catch(e) {
//didn't work
}
}
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs