summaryrefslogtreecommitdiff
path: root/build/stylesheets
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2017-06-19 23:17:44 +0000
committerSamuel Thibault <sthibault@debian.org>2017-06-19 23:17:44 +0000
commit0b938edbf2f7b8a69c40d960d6751f3fe906badc (patch)
treeee4a2c258501ef47f0b9487ebfb293f001aad098 /build/stylesheets
parent4eb4924a809ad3084e432e19dcd6f0463e767028 (diff)
downloadinstallation-guide-0b938edbf2f7b8a69c40d960d6751f3fe906badc.zip
Reverse extensions of html files for the website
.html.$lang -> .$lang.html
Diffstat (limited to 'build/stylesheets')
-rw-r--r--build/stylesheets/style-html-web.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/stylesheets/style-html-web.xsl b/build/stylesheets/style-html-web.xsl
index aaf2bfaca..496d376a8 100644
--- a/build/stylesheets/style-html-web.xsl
+++ b/build/stylesheets/style-html-web.xsl
@@ -5,6 +5,6 @@
<xsl:include href="style-html.xsl"/>
<!-- What extention to use for resulting html. -->
-<xsl:param name="html.ext" select="concat('.html.',/book/@lang)"/>
+<xsl:param name="html.ext" select="concat('.',concat(/book/@lang,'.html'))"/>
</xsl:stylesheet>