https://bugzilla.wikimedia.org/show_bug.cgi?id=56809
--- Comment #24 from Erwin Dokter <[email protected]> --- Sorry, but it isn't. The *old* PHP parser output is: <ul><li>a </li><li>b </li><li>c </li></ul> No linebreak *between* list items. Parsoid goes (if I understand above correctly): <ul><li>a</li> <li>b</li> <li>c</li></ul> I want the PHP parser to behave the smae. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
