r1667 - branches/bxe_2_0/js
[email protected] Fri, 4 May 2007 10:58:35 +0200 (CEST)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Fri May 4 10:58:35 2007
New Revision: 1667
Log:
don't apped a space at the if #defaultcontent is set
Modified:
branches/bxe_2_0/js/bxeXMLNode.js
Modified: branches/bxe_2_0/js/bxeXMLNode.js
==============================================================================
--- branches/bxe_2_0/js/bxeXMLNode.js (original)
+++ branches/bxe_2_0/js/bxeXMLNode.js Fri May 4 10:58:35 2007
@@ -309,7 +309,7 @@
this._node.setAttribute("__bxe_defaultcontent","true");
}
} else {
- this.setContent("#" + this.localName + " ");
+ this.setContent("#" + this.localName );
this._node.setAttribute("__bxe_defaultcontent","true");
}
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs