Changeset 2873df6


Ignore:
Timestamp:
09/15/2020 07:36:23 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
bfc99d1
Parents:
56c1fff
Message:

New bridgehead layout for llvm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r56c1fff r2873df6  
    420420      </xsl:when>
    421421      <!-- Additional package information -->
    422       <!-- special case for llvm -->
     422      <!-- special cases for llvm -->
     423      <xsl:when test="contains(string(),'recommended Download')">
     424        <xsl:apply-templates select="following-sibling::itemizedlist[1]"
     425                             mode="additional"/>
     426      </xsl:when>
    423427      <xsl:when test="contains(string(),'Optional Download')">
    424428        <xsl:apply-templates select="following-sibling::itemizedlist"
Note: See TracChangeset for help on using the changeset viewer.