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/02/22 17:19:37 UTC

svn commit: r630240 - /lenya/trunk/src/modules/menubar/sitemap.xmap

Author: andreas
Date: Fri Feb 22 08:19:35 2008
New Revision: 630240

URL: http://svn.apache.org/viewvc?rev=630240&view=rev
Log:
Fixed reference to identity XSL.

Modified:
    lenya/trunk/src/modules/menubar/sitemap.xmap

Modified: lenya/trunk/src/modules/menubar/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/menubar/sitemap.xmap?rev=630240&r1=630239&r2=630240&view=diff
==============================================================================
--- lenya/trunk/src/modules/menubar/sitemap.xmap (original)
+++ lenya/trunk/src/modules/menubar/sitemap.xmap Fri Feb 22 08:19:35 2008
@@ -35,7 +35,7 @@
       <map:match pattern="*/*/lenyaGui.xsl">
         <!-- no menu for revisions -->
         <map:match type="request-parameter" pattern="lenya.revision">
-          <map:generate src="lenya/xslt/util/identity.xsl"/>
+          <map:generate src="fallback://lenya/xslt/util/identity.xsl"/>
           <map:serialize type="xml"/>
         </map:match>
         <!-- for everything else: --> 



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