[fixed] MicroTiny Formating
Posted: Sun Sep 04, 2011 5:57 pm
When adding unordered or ordered list, text after list is wrapped inside div instead of paragraph.
1. Go edit some content
2. In MT press Ordered or Unordered list and enter some text
3. Press enter to close list
4. Start adding regular text
End result is this:
1. Go edit some content
2. In MT press Ordered or Unordered list and enter some text
3. Press enter to close list
4. Start adding regular text
End result is this:
Code: Select all
<p>Some third party add-on modules may include additional license restrictions.</p>
<h3>Askfdlkdlgjdl</h3>
<ul>
<li>Some list</li>
<li>Some list</li>
<li>Some list</li>
</ul>
<div>Now comes text that should be inside paragraph but is in div.</div>