svn commit: r639107 - /lenya/trunk/src/modules/xhtml/sitemap.xmap
[email protected] Thu, 20 Mar 2008 01:40:27 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Wed Mar 19 18:40:25 2008
New Revision: 639107
URL: http://svn.apache.org/viewvc?rev=639107&view=rev
Log:
Adding non-parameterized URL for xhtml icon.
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=639107&r1=639106&r2=639107&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Wed Mar 19 18:40:25 2008
@@ -98,6 +98,10 @@
<map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif"/>
</map:match>
+ <map:match pattern="icon">
+ <map:read src="fallback://lenya/modules/xhtml/resources/icons/xhtml.gif" mime-type="image/gif"/>
+ </map:match>
+
</map:pipeline>
</map:pipelines>