Revert "[DS-1502] Don't let XSL-T decode entities that we wrote inside <script> tags"

This reverts commit 1d8838baa0.

That commit produces invalid Javascript.  Multiple layers of XML
processing makes it extremely difficult to shepherd a left broket
through the entire pipeline.  Give up on XHTML correctness for now and
revisit some other day.
This commit is contained in:
Mark H. Wood
2013-12-04 13:07:55 -05:00
parent 1d8838baa0
commit e87722d1b5

View File

@@ -263,7 +263,7 @@
FnArray.prototype.execute = function()
{
for( var i=0; i &lt; this.funcs.length; i++ )
for( var i=0; i <xsl:text disable-output-escaping="yes">&lt;</xsl:text> this.funcs.length; i++ )
{
this.funcs[i]();
}