Typo
This commit is contained in:
parent
2873df61d7
commit
bfc99d1f9f
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ echo "</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Additional package information -->
|
<!-- Additional package information -->
|
||||||
<!-- special cases for llvm -->
|
<!-- special cases for llvm -->
|
||||||
<xsl:when test="contains(string(),'recommended Download')">
|
<xsl:when test="contains(string(),'Recommended Download')">
|
||||||
<xsl:apply-templates select="following-sibling::itemizedlist[1]"
|
<xsl:apply-templates select="following-sibling::itemizedlist[1]"
|
||||||
mode="additional"/>
|
mode="additional"/>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
Reference in a new issue