summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index 07acb7d..4722eb3 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -25,6 +25,11 @@
doctype-system="about:legacy-compat"
/>
+ <!--
+ Removes leading and traling spaces, that we probably need!
+ <xsl:template match="text()" mode="html"><xsl:value-of select="normalize-space(.)"/></xsl:template>
+ -->
+
<xsl:template match="html:*" mode="html">
<xsl:copy>
<!--<xsl:element name="{local-name()}">-->