mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
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:
@@ -263,7 +263,7 @@
|
||||
|
||||
FnArray.prototype.execute = function()
|
||||
{
|
||||
for( var i=0; i < this.funcs.length; i++ )
|
||||
for( var i=0; i <xsl:text disable-output-escaping="yes"><</xsl:text> this.funcs.length; i++ )
|
||||
{
|
||||
this.funcs[i]();
|
||||
}
|
||||
|
Reference in New Issue
Block a user