Skip to content

Commit

Permalink
Fixed up a little more invalid markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelian committed Sep 4, 2010
1 parent 5bec172 commit 5530153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/comments/show.html.erb
Expand Up @@ -7,7 +7,7 @@
<%= form.input :author_email, :required => false %>
<%= form.input :body, :hint => "<a href='http://lesstile.rubyforge.org'>Lesstile enabled</a>." %>
<% end %>
<% form.button_field_set do -%>
<% field_set_tag nil, :class => 'buttons' do %>
<%= form.commit_button("Save") %>
<% end -%>
<% end -%>
2 changes: 1 addition & 1 deletion app/views/admin/pages/show.html.erb
Expand Up @@ -2,7 +2,7 @@

<% semantic_form_for([:admin, @page]) do |form| -%>
<%= render :partial => 'form', :locals => {:form => form} %>
<% form.button_field_set do -%>
<% field_set_tag nil, :class => 'buttons' do %>
<%= form.commit_button("Save") -%>
<% end -%>
<% end -%>
2 changes: 1 addition & 1 deletion app/views/admin/posts/show.html.erb
Expand Up @@ -2,7 +2,7 @@

<% semantic_form_for([:admin, @post]) do |form| -%>
<%= render :partial => 'form', :locals => {:form => form} %>
<% form.button_field_set do -%>
<% field_set_tag nil, :class => 'buttons' do %>
<%= form.commit_button("Save") -%>
<% end -%>
<% end -%>

0 comments on commit 5530153

Please sign in to comment.