diff options
author | Frans Pop <elendil@planet.nl> | 2006-08-16 00:13:39 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2006-08-16 00:13:39 +0000 |
commit | b253247e54bbba538ea595f18b3346ecdfc20ada (patch) | |
tree | 60cc152531498fd9f46aaddd11a93290a4c39ab5 /build/stylesheets | |
parent | eef902887108146f3f454bba4493db44595920d3 (diff) | |
download | installation-guide-b253247e54bbba538ea595f18b3346ecdfc20ada.zip |
Suppress warnings about missing IDs for sections and such
Diffstat (limited to 'build/stylesheets')
-rw-r--r-- | build/stylesheets/style-common.xsl | 3 |
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> |