﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
6041,Paragraphs within List Items,fool4christ,,"When posting list items in the format of the following (I've noticed this with both LI & DD list item types), the first paragraph receives a closing P tag (but no opening tag) while any subsequent paragraphs are marked up properly. I've noticed this on 2.5-beta1.

<dd>paragraph 1

paragraph 2

paragraph 3</dd>


That results in this:

<dd>paragraph 1</p>
<p>paragraph 2</p>
<p>paragraph 3</p></dd>

Also, is there a reason why definition lists are ignored in the menus of the editor? Even the advanced editor doesn't even contain buttons for it. :(",defect (bug),closed,normal,,Formatting,2.5,normal,duplicate,wpautop,
