Fixed nesting elements in attributes.

This commit is contained in:
Ingvar Stepanyan 2014-07-09 21:39:18 +03:00
parent 5d2ace2f58
commit 2c3740c159

View File

@ -3050,6 +3050,7 @@
// standard JS token or an XJS text node
inXJSChild = origInXJSChild;
inXJSTag = origInXJSTag;
tokRegexpAllowed = false;
expectChar('>');
return finishNode(node, "XJSClosingElement");
}