Update of /var/cvs/contributions/didactor2/src/core/metainf/tags/di/core
In directory james.mmbase.org:/tmp/cvs-serv23137

Modified Files:
        html.tagx 
Log Message:



See also: 
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/metainf/tags/di/core


Index: html.tagx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/metainf/tags/di/core/html.tagx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- html.tagx   28 Mar 2008 09:25:51 -0000      1.17
+++ html.tagx   11 Jul 2008 10:02:18 -0000      1.18
@@ -19,6 +19,7 @@
   <jsp:directive.attribute name="component" />
   <jsp:directive.attribute name="styleClass" />
   <jsp:directive.attribute name="css" />
+  <jsp:directive.attribute name="head" fragment="true" />
   <!--
        using doctype (strict mode) and returning text/xhml (in stead of 
application/xhtml+xml
        to please IE, which is a nasty, lousy browser
@@ -32,7 +33,8 @@
               unacceptable="CRIPPLE"
               language="${requestScope.language}" expires="${expires}">
     <mm:cloud rank="${empty rank ? 'didactor user' : rank}">
-      <html  xmlns="http://www.w3.org/1999/xhtml";>
+      <html  debug="true"
+             xmlns="http://www.w3.org/1999/xhtml";>
         <mm:import escape="trimmer" id="validatemessage"><mm:treeinclude 
page="/shared/validateUser.jsp" objectlist="$includePath" referids="$referids" 
/></mm:import>
         <c:choose>
           <c:when test="${! empty validatemessage}">
@@ -87,6 +89,7 @@
                   </mm:field>
                 </mm:node>
               </c:if>
+              <jsp:invoke fragment="head" />
             </di:head>
             <body class="${styleClass}">
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to