Changeset 98363bfe


Ignore:
Timestamp:
Sep 9, 2006, 8:01:43 PM (18 years ago)
Author:
Justin Knierim <cross-lfs@…>
Children:
5fcf80d
Parents:
80589584
Message:

Corrected wget.xsl to properly include .tgz files in the wget files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/wget.xsl

    r80589584 r98363bfe  
    2626      <!-- Packages. If some package don't have the string ".tar." in their
    2727      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')">
    2929      <xsl:value-of select="@url"/>
    3030      <xsl:text>&#x0a;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.