Author: andre
Date: 2009-11-24 15:05:38 +0100 (Tue, 24 Nov 2009)
New Revision: 39904

Modified:
   openimages/trunk/src/main/webapp/user.jspx
Log:
missing block in head


Modified: openimages/trunk/src/main/webapp/user.jspx
===================================================================
--- openimages/trunk/src/main/webapp/user.jspx  2009-11-24 14:00:59 UTC (rev 
39903)
+++ openimages/trunk/src/main/webapp/user.jspx  2009-11-24 14:05:38 UTC (rev 
39904)
@@ -16,6 +16,7 @@
 
     <jsp:attribute name="head">
       
+      <mm:component name="oip" block="${block}" render="head" />
       <c:choose>
         <c:when test="${block eq 'user-media'}">
           <mm:component name="oip" block="user-mediapreview" render="head" />
@@ -26,7 +27,6 @@
           <mm:component name="oip" block="user-translations" render="head" />
         </c:when>
         <c:otherwise>
-          <mm:component name="oip" block="${block}" render="head" />
           <mm:component name="oip" block="user-mediaupload" render="head"/>
         </c:otherwise>
       </c:choose>
@@ -46,6 +46,7 @@
     </jsp:attribute>
 
     <jsp:attribute name="body">
+    
       <div class="main-column">
         <mm:component name="oip" block="${block}" />
         <c:if test="${block eq 'user' or block eq 'user-edit'}">

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

Reply via email to