- From: David Orchard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 18 Jul 2006 07:42:41 +0000
- To: public-ws-policy-eds@w3.org
Update of /sources/public/2006/ws/policy
In directory hutz:/tmp/cvs-serv19593
Modified Files:
changelog.xsl
Log Message:
Changed && to be and
Index: changelog.xsl
===================================================================
RCS file: /sources/public/2006/ws/policy/changelog.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- changelog.xsl 14 Jul 2006 14:28:29 -0000 1.2
+++ changelog.xsl 18 Jul 2006 07:42:39 -0000 1.3
@@ -5,7 +5,7 @@
<xsl:param name="start"/>
<xsl:param name="end"/>
<xsl:variable name="date" select="concat(substring(date,1,4),substring(date,6,2),substring(date,9,2))"/>
- <xsl:if test="author!='plehegar' && author!='fsasaki'">
+ <xsl:if test="author!='plehegar' and author!='fsasaki'">
<xsl:if test="$date >= $start and $date <= $end">
<xsl:for-each select="file">
<xsl:if test="name=$file">
Received on Tuesday, 18 July 2006 07:42:47 UTC