Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/md5sum.xsl

    r5d064fb r2da01379  
    1 <?xml version='1.0' encoding='UTF-8'?>
     1<?xml version='1.0' encoding='ISO-8859-1'?>
    22
    3 <!-- Create a md5 list for packages and patches used. -->
     3<!-- Create a md5 list for packages and pathces used. -->
    44
    55<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    6                 version="1.0">
     6    version="1.0">
    77
    88  <xsl:output method="text"/>
     
    3232
    3333      <!-- Add a newline -->
    34       <xsl:text>&#xA;</xsl:text>
     34      <xsl:text>&#x0a;</xsl:text>
    3535
    3636    </xsl:if>
     
    5656
    5757</xsl:stylesheet>
     58
Note: See TracChangeset for help on using the changeset viewer.