Author: jlboudart
Date: Sun Jul  7 09:52:11 2013
New Revision: 1500396

URL: http://svn.apache.org/r1500396
Log:
Fix dependency table on markdown report

Modified:
    
ant/easyant/plugins/trunk/easyant-plugin-documentation/src/main/resources/easyant-report-mardown.xsl

Modified: 
ant/easyant/plugins/trunk/easyant-plugin-documentation/src/main/resources/easyant-report-mardown.xsl
URL: 
http://svn.apache.org/viewvc/ant/easyant/plugins/trunk/easyant-plugin-documentation/src/main/resources/easyant-report-mardown.xsl?rev=1500396&r1=1500395&r2=1500396&view=diff
==============================================================================
--- 
ant/easyant/plugins/trunk/easyant-plugin-documentation/src/main/resources/easyant-report-mardown.xsl
 (original)
+++ 
ant/easyant/plugins/trunk/easyant-plugin-documentation/src/main/resources/easyant-report-mardown.xsl
 Sun Jul  7 09:52:11 2013
@@ -64,7 +64,9 @@
                        
test="count($modules/revision/caller[(@organisation=$org and @name=$mod) and 
@callerrev=$rev]) > 0">
                        <xsl:text>|Organisation|Module|Revision|</xsl:text>
                        <xsl:value-of select="$newline" />
-                       <xsl:for-each
+                       <xsl:text>|------------|------|--------|</xsl:text>
+            <xsl:value-of select="$newline" />
+            <xsl:for-each
                                
select="$modules/revision/caller[(@organisation=$org and @name=$mod) and 
@callerrev=$rev]">
                                <xsl:call-template name="called">
                                        <xsl:with-param name="callstack"


Reply via email to