You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ni...@apache.org on 2004/09/07 18:20:14 UTC

svn commit: rev 43477 - forrest/trunk/src/core/context

Author: nicolaken
Date: Tue Sep  7 09:20:12 2004
New Revision: 43477

Modified:
   forrest/trunk/src/core/context/menu.xmap
Log:
Fix erroneous <pipeline> tag nesting.

Modified: forrest/trunk/src/core/context/menu.xmap
==============================================================================
--- forrest/trunk/src/core/context/menu.xmap	(original)
+++ forrest/trunk/src/core/context/menu.xmap	Tue Sep  7 09:20:12 2004
@@ -58,8 +58,6 @@
     <!-- SOURCE FORMATS                                               -->
     <!-- ============================================================ -->
 
-    <map:pipeline internal-only="false">
-  
       <!-- 
          This is the user pipeline, that can answer requests instead
          of the Forrest one, or let requests pass through.
@@ -75,6 +73,7 @@
            </map:select>
       </map:pipeline>
 
+    <map:pipeline internal-only="false">
       <map:match pattern="abs-menulinks">
         <map:generate src="{project:content.xdocs}site.xml" />
         <map:transform src="{forrest:stylesheets}/absolutize-linkmap.xsl" />