You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/30 21:41:10 UTC

svn commit: r292839 - /incubator/roller/branches/roller_2.0/web/planet/planet.jsp

Author: snoopdave
Date: Fri Sep 30 12:41:07 2005
New Revision: 292839

URL: http://svn.apache.org/viewcvs?rev=292839&view=rev
Log:
Planet page didn't have the divs needed

Modified:
    incubator/roller/branches/roller_2.0/web/planet/planet.jsp

Modified: incubator/roller/branches/roller_2.0/web/planet/planet.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/planet/planet.jsp?rev=292839&r1=292838&r2=292839&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/planet/planet.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/planet/planet.jsp Fri Sep 30 12:41:07 2005
@@ -22,6 +22,9 @@
    request.getAttribute("data")).getAggregation("featuredGroup2",20));
 %>
 
+<div class="entriesBox">
+<div class="entriesBoxInner">
+
 <c:forEach var="post" items="${aggregation}">
 
     <div class="entryBox">
@@ -55,6 +58,8 @@
     </div>
 
 </c:forEach>
+</div> <!-- entriesBoxInner -->
+</div> <!-- entriesBox -->
 
 <br />