Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/wget-list.xsl

    r5d064fb r2da01379  
    1 <?xml version='1.0' encoding='UTF-8'?>
     1<?xml version='1.0' encoding='ISO-8859-1'?>
    22
    33<!-- Create a list of upstream URLs for packages and patches to be used
     
    55
    66<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    7                 version="1.0">
     7    version="1.0">
    88
    99  <xsl:output method="text"/>
     
    2929        </xsl:otherwise>
    3030      </xsl:choose>
    31       <xsl:text>&#xA;</xsl:text>
     31      <xsl:text>&#x0a;</xsl:text>
    3232    </xsl:if>
    3333  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.