diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/common.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/common.xsl b/xsl/common.xsl index 7ddf577..0b7eefc 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -16,7 +16,7 @@ <xsl:variable name="filename" select="/s:html/@name" /> <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="'@import url("style/style.css"'" /> + <xsl:param name="stylesheet" select="'@import url("style/style.css");'" /> <xsl:param name="version" select="''" /> <xsl:output method="xml" indent="no" encoding="utf-8" |