diff --git a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl index 2a4080a158..c7d024acac 100644 --- a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl +++ b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/core/page-structure.xsl @@ -263,7 +263,7 @@ FnArray.prototype.execute = function() { - for( var i=0; i < this.funcs.length; i++ ) + for( var i=0; i < this.funcs.length; i++ ) { this.funcs[i](); }