CLFS: Using a more sane default for sparc param.
This commit is contained in:
parent
650acce1b8
commit
c93f2b02fc
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
<xsl:param name="lang" select="C"/>
|
||||
|
||||
<!-- Sparc64 processor type -->
|
||||
<xsl:param name="sparc" select="1"/>
|
||||
<xsl:param name="sparc" select="none"/>
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:apply-templates select="//sect1"/>
|
||||
|
|
Reference in a new issue