mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Merge pull request #330 from mwoodiupui/DS-1502
[DS-1502] Invalid XHTML in Javascript generated by Mirage theme
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
|
|
||||||
FnArray.prototype.execute = function()
|
FnArray.prototype.execute = function()
|
||||||
{
|
{
|
||||||
for( var i=0; i <xsl:text disable-output-escaping="yes"><</xsl:text> this.funcs.length; i++ )
|
for( var i=0; i < this.funcs.length; i++ )
|
||||||
{
|
{
|
||||||
this.funcs[i]();
|
this.funcs[i]();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user