Merge pull request #330 from mwoodiupui/DS-1502

[DS-1502] Invalid XHTML in Javascript generated by Mirage theme
This commit is contained in:
Mark H. Wood
2013-12-03 08:44:08 -08:00

View File

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