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

svn commit: r170258 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Author: gregor
Date: Sun May 15 13:08:39 2005
New Revision: 170258

URL: http://svn.apache.org/viewcvs?rev=170258&view=rev
Log:
Honour doctype in site area for menu generation. This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=34890

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap?rev=170258&r1=170257&r2=170258&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/info.xmap Sun May 15 13:08:39 2005
@@ -301,7 +301,7 @@
             <map:parameter name="cutdocumentid" value="{session-attr:org.apache.lenya.cms.info.cutdocumentid}"/>
           </map:transform>
           
-          <map:transform src="cocoon://lenya-page/{../1}/info/default.xml"/>
+          <map:transform src="cocoon://lenya-page/{../1}/info/default.xml?doctype={page-envelope:document-type}"/>
         
           <map:call resource="i18n"/>
           <map:transform src="xslt/util/strip_namespaces.xsl"/>        



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