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

Modified Files:
        menuitem.tagx 
Log Message:
fixed spelling error


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


Index: menuitem.tagx
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/core/metainf/tags/di/core/menuitem.tagx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- menuitem.tagx       6 Nov 2008 15:39:07 -0000       1.6
+++ menuitem.tagx       21 Nov 2008 10:50:38 -0000      1.7
@@ -17,7 +17,9 @@
       <mm:param name="scope">${empty scope ? 'provider' : scope}</mm:param>
     </mm:treeinclude>
   </mm:treehaspage>
-  <mm:treehaspage page="/${component.name}/cockpit/menuitem.jsp" 
objectlist="$includePath" inverse="true">
+  <mm:treehaspage page="/${component.name}/cockpit/menuitem.jsp"
+                  objectlist="$includePath"
+                  inverse="true">
     <!-- Default implementation -->
     <mm:treehaspage page="${component.name}/index.jspx" 
objectlist="$includePath">
       <mm:treefile page="/${component.name}/"
@@ -25,7 +27,7 @@
                    write="false" id="treefile" />
       <c:choose>
         <c:when test="${empty type or type eq 'div'}">
-          <div class="menuSeperator ${component_name}"><jsp:text> 
</jsp:text></div>
+          <div class="menuSeparator ${component_name}"><jsp:text> 
</jsp:text></div>
           <div class="menuItem ${component_name}" id="menu_${component.name}">
             <a href="${treefile}" class="menubar ${component.name eq active ? 
'active' : ''}"><di:translate key="${component.name}.title" /></a>
           </div>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to