Skip to content

Commit 67944c1

Browse files
authored
Merge pull request #2827 from nicolasfranck/fix_issue_2826
fix issue #2826
2 parents e3ab4e5 + dc89a43 commit 67944c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/answers/_new_edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<%= f.hidden_field :question_id %>
5353
<%= f.hidden_field :lock_version %>
5454
<% if q_format.rda_metadata? %>
55-
<%= f.hidden_field :standards, answer_hash['standards'].to_json %>
55+
<%= hidden_field_tag :standards, answer_hash['standards'].to_json %>
5656
<% end %>
5757
<% end %>
5858
<fieldset <%= 'disabled' if readonly %>>

0 commit comments

Comments
 (0)