svn commit: r779923 - /lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap
[email protected] Fri, 29 May 2009 10:48:32 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Fri May 29 10:48:32 2009
New Revision: 779923
URL: http://svn.apache.org/viewvc?rev=779923&view=rev
Log:
Consolidate icon pipelines in xhtml module sitemap.
Modified:
lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap
Modified: lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap?rev=779923&r1=779922&r2=779923&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/branches/BRANCH_2_0_X/src/modules/xhtml/sitemap.xmap Fri May 29 10:48:32 2009
@@ -81,11 +81,7 @@
<map:serialize type="xml"/>
</map:match>
- <map:match pattern="icon/*/*/*/*">
- <map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif" mime-type="image/gif"/>
- </map:match>
-
- <map:match pattern="icon">
+ <map:match pattern="icon**">
<map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif" mime-type="image/gif"/>
</map:match>