[Yanel-commits] rev 24152 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Fri May 4 10:51:53 CEST 2007


Author: michi
Date: 2007-05-04 10:51:51 +0200 (Fri, 04 May 2007)
New Revision: 24152

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
sequence changed

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-05-04 08:51:34 UTC (rev 24151)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-05-04 08:51:51 UTC (rev 24152)
@@ -185,7 +185,7 @@
         </tr>
         <xsl:for-each select="revision">
           <tr>
-            <td><a href="?yanel.resource.revision={name}"><xsl:value-of select="name"/></a> <xsl:if test="position() = last()">&#160;(most recent version)</xsl:if></td>
+            <td><a href="?yanel.resource.revision={name}"><xsl:value-of select="name"/></a> <xsl:if test="position() = 1">&#160;(most recent version)</xsl:if></td>
             <td><xsl:value-of select="date"/></td>
             <td><xsl:value-of select="user"/></td>
             <td><xsl:value-of select="comment"/></td>




More information about the Yanel-commits mailing list