@@ -51,7 +51,7 module CustomFieldsHelper | |||
|
51 | 51 | when "bool" |
|
52 | 52 | hidden_field_tag(field_name, '0') + check_box_tag(field_name, '1', custom_value.true?, tag_options) |
|
53 | 53 | when "list" |
|
54 | blank_option = '' | |
|
54 | blank_option = ''.html_safe | |
|
55 | 55 | unless custom_field.multiple? |
|
56 | 56 | if custom_field.is_required? |
|
57 | 57 | unless custom_field.default_value.present? |
General Comments 0
You need to be logged in to leave comments.
Login now