Update of /cvsroot/gc-linux/htdocs/xml/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25863
Modified Files:
iparticle.xsl
Log Message:
The date tag was incorrectly used for both revisions and "normal" dates.
Use revdate tag now for revision dates.
Index: iparticle.xsl
===================================================================
RCS file: /cvsroot/gc-linux/htdocs/xml/en/iparticle.xsl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- iparticle.xsl 23 Jan 2004 11:50:39 -0000 1.1.1.1
+++ iparticle.xsl 6 Oct 2004 19:55:15 -0000 1.2
@@ -63,7 +63,7 @@
<tr><xsl:apply-templates /></tr>
</xsl:template>
- <xsl:template match="revnumber|date|revdescription">
+ <xsl:template match="revnumber|revdate|revdescription">
<td><xsl:apply-templates /></td>
</xsl:template>
|