Skip to content

Commit

Permalink
[#966] fix dev-user-changer and select-menu bugs exposed by #966 bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlarsen committed Oct 22, 2011
1 parent 8a9c59b commit 865563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hobo/lib/hobo/rapid/taglibs/rapid_forms.dryml
Expand Up @@ -928,7 +928,7 @@ Use the `uri` option to specify a redirect location:
<select merge-attrs param="default">
<% selected=this if selected.nil? %>
<option value="#{first_value}" unless="&first_option.nil?"><first-option/></option>
<do param="options"><% options_for_select(options, selected) %></do>
<do param="options"><%= options_for_select(options, selected) %></do>
</select>
</def>

Expand Down

0 comments on commit 865563e

Please sign in to comment.