Browse Source

bugzilla 29143: show previous version in tagdiff.xsl

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@493753 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
5dacb8ac36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/etc/tagdiff.xsl

+ 1
- 1
src/etc/tagdiff.xsl View File

@@ -163,7 +163,7 @@
<xsl:otherwise>
<xsl:attribute name="href"><xsl:value-of select="$cvsweb"/><xsl:value-of select="$module" />/<xsl:value-of select="name" />?r1=<xsl:value-of select="revision" />&amp;r2=<xsl:value-of select="prevrevision"/>&amp;diff_format=h</xsl:attribute>
</xsl:otherwise>
</xsl:choose> (<xsl:value-of select="revision"/>)
</xsl:choose> (<xsl:if test="count(prevrevision) &gt; 0"> <xsl:value-of select="prevrevision"/> --&gt; </xsl:if> <xsl:value-of select="revision"/>)
</a>
</xsl:if>
</li>


Loading…
Cancel
Save