fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed search. Changes stylesheet name, so changes can propagate faster.
[redakcja.git]
/
platforma
/
static
/
js
/
xslt.js
diff --git
a/platforma/static/js/xslt.js
b/platforma/static/js/xslt.js
index
f5af909
..
566b0a8
100644
(file)
--- a/
platforma/static/js/xslt.js
+++ b/
platforma/static/js/xslt.js
@@
-236,6
+236,11
@@
HTMLSerializer.prototype.serialize = function(rootElement, stripOuter)
break;
};
+ if(xnode === 'out-of-flow-text') {
+ self._pushChildren(token.node);
+ break;
+ }
+
if(token.node.hasAttribute('x-verse') && self._verseBefore(token.node)) {
self.result += '/\n';
};