Skip to content

Commit

Permalink
Fixed a malformed html tag in a view.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielegozzi committed Jul 16, 2008
1 parent 2a9b821 commit 96d1e99
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,5 +4,5 @@
<select id="page_group_id" name="page[group_id]">
<%= options_for_select(Group.find(:all, :order => 'name ASC').map{|g| [g.name, g.id]}.unshift(['—', '']), (@page.group.nil? ? '' : @page.group.id)) %>
</select>
</p
<%- end -%>
</p>
<%- end -%>

0 comments on commit 96d1e99

Please sign in to comment.