jmartin 01/03/12 07:11:54
Modified: src/xsl clog.xsl
Log:
Added &diff_format=h to cvs url to account for differences in cvsweb and viewcvs
Revision Changes Path
1.4 +1 -1 jakarta-alexandria/src/xsl/clog.xsl
Index: clog.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/src/xsl/clog.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clog.xsl 2001/02/10 12:15:42 1.3
+++ clog.xsl 2001/03/12 15:11:52 1.4
@@ -63,7 +63,7 @@
<xsl:attribute name="href"><xsl:value-of
select="$cvsweb"/><xsl:value-of select="$module" />/<xsl:value-of select="name"
/>?rev=<xsl:value-of select="revision"
/>&content-type=text/x-cvsweb-markup</xsl:attribute>
</xsl:when>
<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" />&r2=<xsl:value-of
select="prevrevision"/></xsl:attribute>
+ <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" />&r2=<xsl:value-of
select="prevrevision"/></xsl:attribute>&diff_format=h
</xsl:otherwise>
</xsl:choose>
<xsl:value-of select="name" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]