aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/index.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-09-21 22:41:35 -0500
committerJoe Sak <joe@joesak.com>2010-09-21 22:41:35 -0500
commitca2e0b7bc01033d4da944861155a9f840bad9e68 (patch)
tree8c761c70abf903d550565be6f08c586803f59f23 /app/views/blog/posts/index.html.erb
parent9a2906c8251448a13b887786cb16082dbf2cba1f (diff)
downloadrefinerycms-blog-ca2e0b7bc01033d4da944861155a9f840bad9e68.tar.gz
refinerycms-blog-ca2e0b7bc01033d4da944861155a9f840bad9e68.tar.bz2
refinerycms-blog-ca2e0b7bc01033d4da944861155a9f840bad9e68.zip
HTML5'd
Diffstat (limited to 'app/views/blog/posts/index.html.erb')
-rw-r--r--app/views/blog/posts/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/blog/posts/index.html.erb b/app/views/blog/posts/index.html.erb
index 0d5dc20..a90ff2c 100644
--- a/app/views/blog/posts/index.html.erb
+++ b/app/views/blog/posts/index.html.erb
@@ -1,9 +1,9 @@
<% content_for :body_content_left do %>
<%= @page[Page.default_parts.first.to_sym] %>
- <ul id="blog_posts">
+ <section id="blog_posts">
<%= render :partial => "/blog/shared/post", :collection => @blog_posts %>
- </ul>
+ </section>
<% end %>
<% content_for :body_content_right do %>