Changeset 98363bfe for stylesheets/wget.xsl
- Timestamp:
- Sep 9, 2006, 8:01:43 PM (18 years ago)
- Children:
- 5fcf80d
- Parents:
- 80589584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stylesheets/wget.xsl
r80589584 r98363bfe 26 26 <!-- Packages. If some package don't have the string ".tar." in their 27 27 name, the next test must be fixed to match it also. --> 28 <xsl:if test="contains(@url, '.tar.') ">28 <xsl:if test="contains(@url, '.tar.') or contains(@url, '.tgz')"> 29 29 <xsl:value-of select="@url"/> 30 30 <xsl:text>
</xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.