fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ping server every 10 minutes
[redakcja.git]
/
redakcja
/
static
/
js
/
wiki
/
xslt.js
diff --git
a/redakcja/static/js/wiki/xslt.js
b/redakcja/static/js/wiki/xslt.js
index
dda12a1
..
532b452
100644
(file)
--- a/
redakcja/static/js/wiki/xslt.js
+++ b/
redakcja/static/js/wiki/xslt.js
@@
-218,7
+218,8
@@
HTMLSerializer.prototype.serialize = function(rootElement, stripOuter)
switch(token.node.nodeType) {
case ELEMENT_NODE:
- if(token.node.hasAttribute('x-pass-thru')) {
+ if(token.node.hasAttribute('x-pass-thru')
+ || token.node.hasAttribute('data-pass-thru')) {
self._pushChildren(token.node);
break;
}