Pman.Gnumeric.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:34:16 +0000 (14:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 17 Nov 2010 06:34:16 +0000 (14:34 +0800)
Pman.Gnumeric.js

index e8830b1..9c4c1a5 100644 (file)
@@ -998,6 +998,8 @@ Roo.extend(Pman.Gnumeric, Roo.util.Observable, {
         //<gnm:StyleRegion startCol="0" startRow="0" endCol="255" endRow="65535"
         var sr = this.doc.createElementNS('http://www.gnumeric.org/v10.dtd', 'gnm:StyleRegion');
         objs.appendChild(sr);
+        objs.appendChild(this.doc.createTextNode("\n"));// add a line break..
+
         sr.setAttribute('startCol', col);
         sr.setAttribute('endCol', col+ colspan-1);
         sr.setAttribute('startRow', row);