Author: michiel
Date: 2010-02-03 15:59:46 +0100 (Wed, 03 Feb 2010)
New Revision: 40843

Modified:
   
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/html.tagx
Log:
just a detail

Modified: 
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/html.tagx
===================================================================
--- 
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/html.tagx
   2010-02-03 14:41:36 UTC (rev 40842)
+++ 
didactor/trunk/components/core/src/main/resources/META-INF/tags/di/core/html.tagx
   2010-02-03 14:59:46 UTC (rev 40843)
@@ -49,8 +49,12 @@
                 <c:forTokens items="${title_nodeparams}" delims="," 
var="title_nodeparam">
                   <c:if test="${! empty title_nodeparam and ! empty 
param[title_nodeparam]}">
                     <mm:node number="${param[title_nodeparam]}">
-                      <mm:nodeinfo type="gui" />
-                      <jsp:text> - </jsp:text>
+                      <mm:nodeinfo type="gui">
+                        <mm:isnotempty>
+                          <mm:write />
+                          <jsp:text> - </jsp:text>
+                        </mm:isnotempty>
+                      </mm:nodeinfo>
                     </mm:node>
                   </c:if>
                 </c:forTokens>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to