FSN#35474 Tweede aanzet BBCodes ondersteuning in textarea
svn path=/Website/trunk/; revision=28321
This commit is contained in:
@@ -53,7 +53,7 @@ function SafeLoadFileXSL(xslPath)
|
||||
{
|
||||
var iXsl = new ActiveXObject("Msxml2.FreeThreadedDOMDocument.6.0"); // Moet FreeThreaded voor XSLTemplate
|
||||
iXsl.async = false;
|
||||
xsldoc.setProperty("AllowXsltScript", true);
|
||||
iXsl.setProperty("AllowXsltScript", true);
|
||||
iXsl.load(custabspath + "/" + xslPath);
|
||||
TestAndRaiseAnXMLError("Error loading file " + xslPath, iXsl);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user