svn commit: r619183 - /lenya/trunk/src/webapp/global-sitemap.xmap
[email protected] Wed, 06 Feb 2008 22:21:58 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Feb 6 14:21:57 2008
New Revision: 619183
URL: http://svn.apache.org/viewvc?rev=619183&view=rev
Log:
[minor change] xml code simplification
Modified:
lenya/trunk/src/webapp/global-sitemap.xmap
Modified: lenya/trunk/src/webapp/global-sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/global-sitemap.xmap?rev=619183&r1=619182&r2=619183&view=diff
==============================================================================
--- lenya/trunk/src/webapp/global-sitemap.xmap (original)
+++ lenya/trunk/src/webapp/global-sitemap.xmap Wed Feb 6 14:21:57 2008
@@ -179,7 +179,7 @@
<map:match pattern="menu-xml/module/*/*.xml">
<map:select type="resource-exists">
<map:when test="fallback://lenya/modules/{2}/config/menu.xml">
- <map:generate src="fallback://lenya/modules/{2}/config/menu.xml"></map:generate>
+ <map:generate src="fallback://lenya/modules/{2}/config/menu.xml"/>
<map:serialize type="xml"/>
</map:when>
<map:when test="fallback://lenya/modules/{2}/config/menu.xsp">