summaryrefslogtreecommitdiff
path: root/build/stylesheets
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-08-16 00:13:39 +0000
committerFrans Pop <elendil@planet.nl>2006-08-16 00:13:39 +0000
commitb253247e54bbba538ea595f18b3346ecdfc20ada (patch)
tree60cc152531498fd9f46aaddd11a93290a4c39ab5 /build/stylesheets
parenteef902887108146f3f454bba4493db44595920d3 (diff)
downloadinstallation-guide-b253247e54bbba538ea595f18b3346ecdfc20ada.zip
Suppress warnings about missing IDs for sections and such
Diffstat (limited to 'build/stylesheets')
-rw-r--r--build/stylesheets/style-common.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/stylesheets/style-common.xsl b/build/stylesheets/style-common.xsl
index ce019cc99..910299f91 100644
--- a/build/stylesheets/style-common.xsl
+++ b/build/stylesheets/style-common.xsl
@@ -18,4 +18,7 @@
<!-- Indicate we will be including our own custom style sheet -->
<xsl:param name="html.stylesheet">install.css</xsl:param>
+<!-- We don't want warnings about missing IDs -->
+<xsl:param name="id.warnings">0</xsl:param>
+
</xsl:stylesheet>