Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Bold, Italic, Underline creates <br> #541

Open
Myridor opened this issue Sep 2, 2015 · 1 comment
Open

Bold, Italic, Underline creates <br> #541

Myridor opened this issue Sep 2, 2015 · 1 comment

Comments

@Myridor
Copy link

Myridor commented Sep 2, 2015

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>

@rawburner
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants