diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 23:28:43 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-07 23:28:43 +0200 |
commit | 2da0137968546f55eba120fd10c1844c804e365e (patch) | |
tree | 2f62f3fe6c14a2a7dfba2daea7f3f130ac41ab8a /stylesheets/wget-list.xsl | |
parent | 9ee05b53be91de3ba41f3b0533240128fad4048d (diff) |
Remove eol spaces in xsl stylesheets
Diffstat (limited to 'stylesheets/wget-list.xsl')
-rw-r--r-- | stylesheets/wget-list.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/wget-list.xsl b/stylesheets/wget-list.xsl index 5b4b76f11..62a518d38 100644 --- a/stylesheets/wget-list.xsl +++ b/stylesheets/wget-list.xsl @@ -16,8 +16,8 @@ <!-- If some package don't have the predefined strings in their name, the next test must be fixed to match it also. Skip possible duplicated URLs due that may be splitted for PDF output --> - <xsl:if test="(contains(@url, '.tar.') or - contains(@url, '.tgz') or + <xsl:if test="(contains(@url, '.tar.') or + contains(@url, '.tgz') or contains(@url, '.patch')) and not(ancestor-or-self::*/@condition = 'pdf')"> <xsl:choose> |