Ignore:
Timestamp:
09/07/2021 09:28:43 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e128c68
Parents:
9ee05b53
Message:

Remove eol spaces in xsl stylesheets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/md5sum.xsl

    r9ee05b53 r2da01379  
    1616      name, the next test must be fixed to match it also. Skip possible
    1717      duplicated URLs that may be split for PDF output -->
    18     <xsl:if test="(contains( @url, '.tar.' ) or 
    19                    contains( @url, '.tgz'  ) or 
     18    <xsl:if test="(contains( @url, '.tar.' ) or
     19                   contains( @url, '.tgz'  ) or
    2020                   contains( @url, '.patch') ) and
    2121                   not( ancestor-or-self::*/@condition = 'pdf' )" >
     
    3333      <!-- Add a newline -->
    3434      <xsl:text>&#x0a;</xsl:text>
    35    
     35
    3636    </xsl:if>
    3737  </xsl:template>
     
    3939  <xsl:template name="basename">
    4040    <xsl:param name="pathname"/>
    41    
     41
    4242    <xsl:choose>
    4343
Note: See TracChangeset for help on using the changeset viewer.