svn commit: r570795 - /lenya/trunk/src/modules/xhtml/sitemap.xmap
[email protected] Wed, 29 Aug 2007 12:56:25 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Aug 29 05:56:24 2007
New Revision: 570795
URL: http://svn.apache.org/viewvc?rev=570795&view=rev
Log:
Fixed lenya-document URL (removed trailing slash)
Modified:
lenya/trunk/src/modules/xhtml/sitemap.xmap
Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/sitemap.xmap?rev=570795&r1=570794&r2=570795&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Wed Aug 29 05:56:24 2007
@@ -48,7 +48,7 @@
<!-- {pub-id}/{area}/{uuid}/{language} -->
<map:match pattern="lucene-index/*/*/*/*">
<map:aggregate element="cmsbody">
- <map:part src="lenya-document:{3},pub={1},area={2},lang={4}/"/>
+ <map:part src="lenya-document:{3},pub={1},area={2},lang={4}"/>
<map:part src="cocoon:/metadata/{1}/{2}/{3}/{4}"/>
</map:aggregate>