Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/wget-list.xsl

    r77ab7f3 r2da01379  
    1717      name, the next test must be fixed to match it also. Skip possible
    1818      duplicated URLs due that may be splitted for PDF output -->
    19     <xsl:if test="(contains(@url, '.tar.') or 
    20                    contains(@url, '.tgz')  or 
     19    <xsl:if test="(contains(@url, '.tar.') or
     20                   contains(@url, '.tgz')  or
    2121                   contains(@url, '.patch')) and
    2222                  not(ancestor-or-self::*/@condition = 'pdf')">
Note: See TracChangeset for help on using the changeset viewer.