fix for text node -> wlxml
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 11:24:29 +0000 (12:24 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Tue, 23 Nov 2010 11:24:29 +0000 (12:24 +0100)
redakcja/static/js/wiki/xslt.js

index f7dbbf6..6855384 100644 (file)
@@ -256,6 +256,7 @@ HTMLSerializer.prototype.serialize = function(rootElement, stripOuter)
                                break;
                };
        };
+    self.result += text_buffer;
 
        return this.result;
 }