aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/index.html.erb
diff options
context:
space:
mode:
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 %>