Changeset 725d5f8
- Timestamp:
- 12/11/2019 08:35:22 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b546baf
- Parents:
- 5d20400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/wget-list.xsl
r5d20400 r725d5f8 38 38 and contains(listitem[2]/para,'(FTP)')"> 39 39 <xsl:choose> 40 <xsl:when test="string-length(listitem[ 1]/para/ulink/@url) > '10'">41 <xsl:apply-templates select="listitem[ 1]/para/ulink"/>40 <xsl:when test="string-length(listitem[2]/para/ulink/@url) > '10'"> 41 <xsl:apply-templates select="listitem[2]/para/ulink"/> 42 42 </xsl:when> 43 43 <xsl:otherwise> 44 <xsl:apply-templates select="listitem[ 2]/para/ulink"/>44 <xsl:apply-templates select="listitem[1]/para/ulink"/> 45 45 </xsl:otherwise> 46 46 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.