We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3ab4e5 + dc89a43 commit 67944c1Copy full SHA for 67944c1
app/views/answers/_new_edit.html.erb
@@ -52,7 +52,7 @@
52
<%= f.hidden_field :question_id %>
53
<%= f.hidden_field :lock_version %>
54
<% if q_format.rda_metadata? %>
55
- <%= f.hidden_field :standards, answer_hash['standards'].to_json %>
+ <%= hidden_field_tag :standards, answer_hash['standards'].to_json %>
56
<% end %>
57
58
<fieldset <%= 'disabled' if readonly %>>
0 commit comments