wysihtml5 icon indicating copy to clipboard operation
wysihtml5 copied to clipboard

Bold, Italic, Underline creates <br>

Open Myridor opened this issue 9 years ago • 1 comments

Everytime I click on Bold Italic or Underline it adds an
to the end of my text.

So the html looks like this if I click on Bold and Italic:

< p>Some of my Text< /p> < br> < br>

Myridor avatar Sep 02 '15 12:09 Myridor

Same here, but worser. If I create a bold tag with one line break, then the result is this: <b>bold text<br><br></b> but when I delete all line breaks in editor (I find only one), then one
will stay in text and cannot be removed: <b>bold text<br></b> In editor is no line break anyway

rawburner avatar Jul 10 '18 14:07 rawburner