Changeset 341

Show
Ignore:
Timestamp:
03/06/07 17:04:21 (2 years ago)
Author:
mikey
Message:

fix spaces

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/resources/xsl/master.xsl

    r278 r341  
    1818  <xsl:output method="xml"/> 
    1919  <xsl:template match="/"> 
    20       <xsl:apply-templates select="node()"/> 
     20    <xsl:apply-templates select="node()"/> 
    2121  </xsl:template> 
    2222