summaryrefslogtreecommitdiff
path: root/xsl/common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/common.xsl')
-rw-r--r--xsl/common.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl
index f9387dc..07acb7d 100644
--- a/xsl/common.xsl
+++ b/xsl/common.xsl
@@ -9,6 +9,7 @@
<xsl:include href="navi.xsl" />
<xsl:include href="link.xsl" />
<xsl:include href="svg.xsl" />
+ <xsl:include href="img.xsl" />
<xsl:strip-space elements="*"/>
@@ -16,6 +17,7 @@
<xsl:variable name="title" select="document('../main.xml')/s:site/s:page[@filename = $filename]/@title" />
<xsl:param name="suffix" select="'.xml'" />
<xsl:param name="stylesheet" select="'style.css'" />
+ <xsl:param name="version" select="''" />
<xsl:output method="xml" indent="no" encoding="utf-8"
cdata-section-elements="script style"