Skip to content

Commit 7cc2289

Browse files
committed
Fix blaze toggle widget
1 parent 44b1e3b commit 7cc2289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/formtastic/inputs/blaze_toggle_input.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def label_with_embedded_checkbox
4949
def toggle_html
5050
template.content_tag(
5151
:div,
52-
Formtastic::Util.html_safe(template.content_tag(:div, '', class: 'c-toggle__handle')),
52+
template.content_tag(:div, '', class: 'c-toggle__handle'),
5353
class: 'c-toggle__track'
5454
)
5555
end

0 commit comments

Comments
 (0)