Fixed the download of the Tree package.
This commit is contained in:
parent
a6b81cd9f6
commit
c6b24b40df
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<!-- Packages. If some package don't have the string ".tar." in their
|
<!-- Packages. If some package don't have the string ".tar." in their
|
||||||
name, the next test must be fixed to match it also. Skip possible
|
name, the next test must be fixed to match it also. Skip possible
|
||||||
duplicated URLs due that may be splitted for PDF output -->
|
duplicated URLs due that may be splitted for PDF output -->
|
||||||
<xsl:if test="contains(@url, '.tar.')
|
<xsl:if test="(contains(@url, '.tar.') or contains(@url, '.tgz'))
|
||||||
and not(ancestor-or-self::*/@condition = 'pdf')">
|
and not(ancestor-or-self::*/@condition = 'pdf')">
|
||||||
<xsl:value-of select="@url"/>
|
<xsl:value-of select="@url"/>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
|
|
Reference in a new issue