You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2006/07/20 07:06:43 UTC

svn commit: r423769 - /lenya/trunk/src/modules/webdav/xslt/init.xsl

Author: chestnut
Date: Wed Jul 19 22:06:43 2006
New Revision: 423769

URL: http://svn.apache.org/viewvc?rev=423769&view=rev
Log:
fix typo

Modified:
    lenya/trunk/src/modules/webdav/xslt/init.xsl

Modified: lenya/trunk/src/modules/webdav/xslt/init.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/webdav/xslt/init.xsl?rev=423769&r1=423768&r2=423769&view=diff
==============================================================================
--- lenya/trunk/src/modules/webdav/xslt/init.xsl (original)
+++ lenya/trunk/src/modules/webdav/xslt/init.xsl Wed Jul 19 22:06:43 2006
@@ -7,7 +7,7 @@
 	<xsl:template match="/">
         <D:multistatus xmlns:D="DAV:" xmlns:collection="http://apache.org/cocoon/collection/1.0">
            <D:response>
-              <D:href><xsl:value-of select="context" />/<xsl:value-of select="$pubid" />/</D:href>
+              <D:href><xsl:value-of select="$context" />/<xsl:value-of select="$pubid" />/</D:href>
 
               <D:propstat>
                  <D:prop>
@@ -31,7 +31,7 @@
            </D:response>
 
            <D:response>
-              <D:href><xsl:value-of select="context" />/<xsl:value-of select="$pubid" />/webdav</D:href>
+              <D:href><xsl:value-of select="$context" />/<xsl:value-of select="$pubid" />/webdav</D:href>
 
               <D:propstat>
                  <D:prop>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org