You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by gm...@apache.org on 2011/11/19 04:49:59 UTC

svn commit: r1203953 - /incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl

Author: gmcdonald
Date: Sat Nov 19 03:49:59 2011
New Revision: 1203953

URL: http://svn.apache.org/viewvc?rev=1203953&view=rev
Log:
Alignment, fix for RAT-3

Modified:
    incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl

Modified: incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl?rev=1203953&r1=1203952&r2=1203953&view=diff
==============================================================================
--- incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl (original)
+++ incubator/rat/main/trunk/apache-rat-core/src/main/resources/org/apache/rat/plain-rat.xsl Sat Nov 19 03:49:59 2011
@@ -85,7 +85,7 @@ Archives:
  =======================================================================
  ==<xsl:value-of select='@name'/>
  =======================================================================
-<xsl:value-of select='header-sample'/>
-</xsl:for-each>
+ <xsl:value-of select='header-sample'/>
+ </xsl:for-each>
 </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>