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

Modified Files:
        html.tagx 
Log Message:
bugfix


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.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- html.tagx   13 Mar 2008 14:20:58 -0000      1.13
+++ html.tagx   20 Mar 2008 15:44:40 -0000      1.14
@@ -62,23 +62,21 @@
                 <link href="${_}" rel="stylesheet" type="text/css"  
media="print"/>
               </mm:link>
             </mm:haspage>
+          </c:if>
             <c:if test="${! empty css}">
-              <mm:treehaspage page="${css}" objectlist="${includePath}">
                 <mm:treefile write="false" page="${css}" 
objectlist="${includePath}">
                   <link rel="stylesheet" type="text/css" href="${_}" />
                 </mm:treefile>
-              </mm:treehaspage>
             </c:if>
             <c:if test="${! empty education}">
               <mm:node referid="education">
-                <mm:field name="intro" 
escape="tagstripper,text/html/attribute">
+              <mm:field name="intro" 
escape="tagstripper,text/html/attribute,trimmer">
                   <mm:isnotempty>
                     <meta name="description" content="${_}" />
                   </mm:isnotempty>
                 </mm:field>
               </mm:node>
             </c:if>
-          </c:if>
         </di:head>
         <body class="${styleClass}">
           <mm:hasrank minvalue="didactor user">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to