svn2cl commit: r148 - svn2cl
[Date Prev][Date Next]
[Thread Prev][Thread Next]
svn2cl commit: r148 - svn2cl
- From: Commits of the svn2cl project <svn2cl-commits [at] lists.arthurdejong.org>
- To: svn2cl-commits [at] lists.arthurdejong.org
- Reply-to: svn2cl-users [at] lists.arthurdejong.org
- Subject: svn2cl commit: r148 - svn2cl
- Date: Sun, 27 Mar 2011 19:30:21 +0200 (CEST)
Author: arthur
Date: Sun Mar 27 19:30:20 2011
New Revision: 148
URL: http://arthurdejong.org/viewvc/svn2cl?view=rev&revision=148
Log:
fix typo
Modified:
svn2cl/svn2cl.xsl
Modified: svn2cl/svn2cl.xsl
==============================================================================
--- svn2cl/svn2cl.xsl Sat Oct 23 13:59:27 2010 (r147)
+++ svn2cl/svn2cl.xsl Sun Mar 27 19:30:20 2011 (r148)
@@ -109,7 +109,7 @@
</xsl:if>
<!-- the prefix itself -->
<xsl:value-of select="$strip-prefix" />
- <!-- if strip-prefix does not start with a slash, append it -->
+ <!-- if strip-prefix does not end with a slash, append it -->
<xsl:if test="substring($strip-prefix,string-length($strip-prefix),1)!='/'">
<xsl:text>/</xsl:text>
</xsl:if>
--
To unsubscribe send an email to
svn2cl-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/svn2cl-commits
- svn2cl commit: r148 - svn2cl,
Commits of the svn2cl project