Bug 425080

Summary: HTML cleanup should ignore insignificant whitespaces in lists
Product: z_Archived Reporter: Benjamin Muskalla <b.muskalla>
Component: MylynAssignee: Benjamin Muskalla <b.muskalla>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: greensopinion
Version: unspecifiedKeywords: contributed
Target Milestone: 2.0   
Hardware: All   
OS: All   
Whiteboard:

Description Benjamin Muskalla CLA 2014-01-08 07:13:19 EST
Given a list of list items, whitespaces between them should be ignored, eg.



bc.. 

<ul>
<li>abc</li> <li>abc</li>
</ul>
Comment 1 David Green CLA 2014-01-08 14:35:49 EST
thanks for the contribution Benny https://git.eclipse.org/r/20375
Comment 2 David Green CLA 2014-01-08 15:07:43 EST
merged the review, thanks Benny!