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