jhollingworth / bootstrap-wysihtml5

Simple, beautiful wysiwyg editor
http://jhollingworth.github.com/bootstrap-wysihtml5/
MIT License
4.14k stars 1.01k forks source link

deprecated <u> tag #339

Open ryan2johnson9 opened 10 years ago

ryan2johnson9 commented 10 years ago

I'm using the bootstrap-wysihtml5-rails gem in my project.

The u tags generated by the editor do not have the desired underline affect on the website where I am sending the result. I understand u tags are deprecated in favour of text-decoration style and I think this may be the problem. I've had to wrap the u tags in a span with style ="text-decoration:underline" for it to work.