You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/03/20 02:40:27 UTC

svn commit: r639107 - /lenya/trunk/src/modules/xhtml/sitemap.xmap

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>



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