Bug 425080 - HTML cleanup should ignore insignificant whitespaces in lists
Summary: HTML cleanup should ignore insignificant whitespaces in lists
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 2.0   Edit
Assignee: Benjamin Muskalla CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2014-01-08 07:13 EST by Benjamin Muskalla CLA
Modified: 2014-01-08 15:07 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!