2.02 adding <br> tags to <li> and <ul> tags ?
-
When I use the new 2.02 editor it seems to add line breaks to lists. When I view the code in html view in the editor it looks good and the lists in the WYSIWYG editor looks good. But when I save and view the page source code the line breaks are in the list tags and ul tag.
It seems to affect every list I create in the editor.
Here is an example of error code. Notice line breaks inserted before the ul tag and after the li tags:
<p><em><strong>Does this list work correctly?</strong></em><br />
<ul></p>
<p><li>list item1</li><br />
<li>list item2</li><br />
<li>list item3</li><br />
</ul></p>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘2.02 adding <br> tags to <li> and <ul> tags ?’ is closed to new replies.