You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/10/31 15:41:01 UTC

svn commit: r329826 - /lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap

Author: chestnut
Date: Mon Oct 31 06:40:57 2005
New Revision: 329826

URL: http://svn.apache.org/viewcvs?rev=329826&view=rev
Log:
makes ...-bxe.css fallback enabled
fixes Bug 37308
Thanks to a patch by Felix Röthenbacher

Modified:
    lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap

Modified: lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap?rev=329826&r1=329825&r2=329826&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/sitemap.xmap Mon Oct 31 06:40:57 2005
@@ -109,7 +109,7 @@
       </map:match>
       
       <map:match pattern="**/*-bxe.css">
-        <map:read mime-type="text/css" src="resources/misc/bxe/{2}-bxe.css"/>
+        <map:read mime-type="text/css" src="fallback://resources/misc/bxe/{2}-bxe.css"/>
       </map:match>
       </map:pipeline>
     <!-- /BX Editor: RNG Schema -->



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