html5cat / redactor-js

[no longer maintained] Code mirror of a jQuery based WYSIWYG-editor. I'm not the author, author's website: http://redactorjs.com/
734 stars 343 forks source link

Redactor inserting font tags inside unordered lists #54

Closed agis closed 10 years ago

agis commented 11 years ago

Using Chrome 26.0.1410.65, after inserting an unordered list with some list items, the source generated looks like this:

<ul>
  <li>
    <font color="#404040">fdsafdsafdsa</font>
  </li>
  <li>
    <font color="#404040">fdsafdsafdsa</font>
  </li>
</ul>

Obviously that font tag shouldn't be there.