Search code examples
ruby-on-rails-4bootstrap-wysihtml5

wisyhtml5 (rails-4) image button does not work properly


I use the bootstrap-wysihtml5-rails gem with Rails-4.

My problem is that the image button inserts an (almost) empty img tag, and the image url gets lost:

<img alt="">

enter image description here

enter image description here

The link button works fine.

Some idea??


Solution

  • After update a gem bootstrap-wysihtml5-rails from version 0.3.3.1 to version 0.3.3.6, the inserting images works correctly.