Commit 910362d5c7e105614ad912b3732ca163b0309529

Authored by Daniela Feitosa
1 parent 56b00143

Unsafe html creation on custom form plugin

(ActionItem2658)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/forms_helper.rb
@@ -244,7 +244,7 @@ module FormsHelper @@ -244,7 +244,7 @@ module FormsHelper
244 yearSuffix: #{datepicker_options[:year_suffix].to_json} 244 yearSuffix: #{datepicker_options[:year_suffix].to_json}
245 }) 245 })
246 </script> 246 </script>
247 - " 247 + ".html_safe
248 result 248 result
249 end 249 end
250 250