Update of 
/var/cvs/contributions/didactor2/src/education/templates/education/pages
In directory james.mmbase.org:/tmp/cvs-serv23725

Modified Files:
        images.jsp 
Log Message:
oops


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


Index: images.jsp
===================================================================
RCS file: 
/var/cvs/contributions/didactor2/src/education/templates/education/pages/images.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- images.jsp  4 Feb 2008 13:31:09 -0000       1.7
+++ images.jsp  5 Feb 2008 15:42:52 -0000       1.8
@@ -12,7 +12,7 @@
               </mm:field>
               <mm:field name="width">
                 <mm:isgreaterthan value="0">
-                  <mm:image mode="img" border="0" 
template="s(${_}${_node.height gt 0 'x' : ''}${_node.height gt 0 ? _node.height 
: ''})" />
+                  <mm:image mode="img" border="0" 
template="s(${_}${_node.height gt 0 ? 'x' : ''}${_node.height gt 0 ? 
_node.height : ''})" />
                 </mm:isgreaterthan>
                 <mm:islessthan value="1">
                   <mm:image mode="img"  border="0"/>
@@ -35,7 +35,7 @@
         </mm:field>
         <mm:field name="width">
           <mm:isgreaterthan value="0">
-            <mm:image mode="img" border="0" template="s(${_}${_node.height gt 
0 'x' : ''}${_node.height gt 0 ? _node.height : ''})" />
+            <mm:image mode="img" border="0" template="s(${_}${_node.height gt 
0 ? 'x' : ''}${_node.height gt 0 ? _node.height : ''})" />
           </mm:isgreaterthan>
           <mm:islessthan value="1">
             <mm:image mode="img" border="0"/>
_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to