Update of /var/cvs/contributions/didactor2/src/portal/templates/portal
In directory james.mmbase.org:/tmp/cvs-serv17664

Modified Files:
        index.jspx 
Log Message:
no need to pass those


See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/portal/templates/portal


Index: index.jspx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/portal/templates/portal/index.jspx,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- index.jspx  22 Jan 2008 14:32:40 -0000      1.18
+++ index.jspx  22 Jan 2008 14:37:08 -0000      1.19
@@ -3,10 +3,9 @@
           xmlns:c="http://java.sun.com/jsp/jstl/core";
           xmlns:mm="http://www.mmbase.org/mmbase-taglib-2.0";
           xmlns:di="http://www.didactor.nl/ditaglib_1.0";
-
           >
   <di:html
-      type="text/html"
+      type="application/xhtml+xml"
       rank="anonymous"
       component="portal"
       styleClass="portal">
@@ -20,10 +19,12 @@
             <c:when test="${c eq 'ignore'}">
             </c:when>
             <c:when test="${empty c}">
-              <mm:treeinclude debug="html" page="/portal/column.div.jspx" 
objectlist="$includePath" referids="$referids,col,referids,includePath" />
+              <mm:treeinclude debug="xml" page="/portal/column.div.jspx"
+                              objectlist="$includePath" 
referids="$referids,col" />
             </c:when>
             <c:otherwise>
-              <mm:treeinclude debug="html" page="/portal/${c}.div.jspx"  
objectlist="$includePath" referids="$referids,col,referids,includePath" />
+              <mm:treeinclude debug="xml" page="/portal/${c}.div.jspx"
+                              objectlist="$includePath" 
referids="$referids,col" />
             </c:otherwise>
           </c:choose>
         </div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to