summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services.xsl2
-rw-r--r--xsl/common.xsl1
2 files changed, 2 insertions, 1 deletions
diff --git a/services.xsl b/services.xsl
index 695adb6..1391b68 100644
--- a/services.xsl
+++ b/services.xsl
@@ -5,7 +5,7 @@
xmlns:rss2="http://purl.org/rss/2.0/"
xmlns:str="http://exslt.org/strings"
xmlns="http://www.w3.org/1999/xhtml"
- exclude-result-prefixes="rss2"
+ exclude-result-prefixes="s rss2"
extension-element-prefixes="str">
<xsl:include href="xsl/layout.xsl" />
diff --git a/xsl/common.xsl b/xsl/common.xsl
index 17bb576..82bafc8 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0"
+ exclude-result-prefixes="s"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:s="https://beratung-franzke.de/web-tpl"
xmlns:html="http://www.w3.org/1999/xhtml">