This commit is contained in:
Pierre Labastie 2020-09-15 09:09:18 +00:00
parent 2873df61d7
commit bfc99d1f9f

View file

@ -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>