FSN#35474 Tweede aanzet BBCodes ondersteuning in textarea

svn path=/Website/trunk/; revision=28321
This commit is contained in:
Jos Groot Lipman
2016-02-29 16:01:31 +00:00
parent 2a173cc9a5
commit ec2cf3c5a8

View File

@@ -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);