From a4b43524bdabe8666d9ef3dc1986aea24e562bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Fri, 9 Apr 2021 15:16:56 +0200 Subject: [PATCH] remove xs --- src/core/js/webcaosdb.js | 2 -- src/core/xsl/main.xsl | 1 - 2 files changed, 3 deletions(-) diff --git a/src/core/js/webcaosdb.js b/src/core/js/webcaosdb.js index 041a184f..8ac786b6 100644 --- a/src/core/js/webcaosdb.js +++ b/src/core/js/webcaosdb.js @@ -601,7 +601,6 @@ this.transformation = new function () { var xsl = await transformation.retrieveXsltScript("property.xsl"); insertParam(xsl, "filesystempath", connection.getBasePath() + "FileSystem/"); insertParam(xsl, "entitypath", connection.getBasePath() + "Entity/"); - insertParam(xsl, "close-char", '×'); var entityXsl = await transformation.retrieveXsltScript('entity.xsl'); var messageXsl = await transformation.retrieveXsltScript('messages.xsl'); var commonXsl = await transformation.retrieveXsltScript('common.xsl'); @@ -637,7 +636,6 @@ this.transformation = new function () { var xslt = transformation.mergeXsltScripts(entityXsl, [errorXsl, commonXsl]); insertParam(xslt, "filesystempath", connection.getBasePath() + "FileSystem/"); insertParam(xslt, "entitypath", connection.getBasePath() + "Entity/"); - insertParam(xslt, "close-char", '×'); xslt = injectTemplate(xslt, _root); return xslt; } diff --git a/src/core/xsl/main.xsl b/src/core/xsl/main.xsl index 43a7e9a4..f6a3ce4f 100644 --- a/src/core/xsl/main.xsl +++ b/src/core/xsl/main.xsl @@ -313,7 +313,6 @@ </xsl:template> <xsl:template match="*" mode="entities"/> <xsl:template match="*" mode="top-level-data"/> - <xsl:variable name="close-char" select="'×'"/> <!-- assure that this uri ends with a '/' --> <xsl:template name="uri_ends_with_slash"> <xsl:param name="uri"/> -- GitLab