Skip to content

Commit

Permalink
Update library/cwm/src/lib/cwm/multi_status_selector.rb
Browse files Browse the repository at this point in the history
Co-Authored-By: David Díaz <1691872+dgdavid@users.noreply.github.com>
  • Loading branch information
lslezak and dgdavid committed Mar 25, 2020
1 parent 960b43e commit d8fa575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/cwm/src/lib/cwm/multi_status_selector.rb
Expand Up @@ -437,7 +437,7 @@ def checkbox_input
if enabled?
"<a href=\"#{id}#{INPUT_EVENT_ID}\" style=\"#{text_style}\">#{icon}</a>"
else
"<span style=\"#{text_style}\">#{icon}</a>"
"<span style=\"#{text_style}\">#{icon}</span>"
end
end

Expand Down

0 comments on commit d8fa575

Please sign in to comment.