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/md5sum.xsl | |
parent | 9ee05b53be91de3ba41f3b0533240128fad4048d (diff) |
Remove eol spaces in xsl stylesheets
Diffstat (limited to 'stylesheets/md5sum.xsl')
-rw-r--r-- | stylesheets/md5sum.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/md5sum.xsl b/stylesheets/md5sum.xsl index d179594af..617bd4aa9 100644 --- a/stylesheets/md5sum.xsl +++ b/stylesheets/md5sum.xsl @@ -15,8 +15,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 that may be split 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' )" > <!-- Get the md5sum --> @@ -32,13 +32,13 @@ <!-- Add a newline --> <xsl:text>
</xsl:text> - + </xsl:if> </xsl:template> <xsl:template name="basename"> <xsl:param name="pathname"/> - + <xsl:choose> <xsl:when test="contains( $pathname, '/' )" > |