https://bugzilla.wikimedia.org/show_bug.cgi?id=19226
Siebrand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED | --- Comment #3 from Siebrand <[email protected]> 2010-05-01 19:46:03 CEST --- Reopening. The following case still gives an unexpected result: Message is: "1\n2\n3\n\n4\n\n5\n6" wfMsg result is: <div>\n<p>1\n2\n3\n</p><p>4\n</p><p>5\n</p>\n6</div> Expected result: <div><p>1\n2\n3</p>\n<p>4</p>\n<p>5\n6</p>\n</div> (location of the newlines isn't that important, the grouping of the sections going into a para *is*. Additional information: * In a regular wiki page, this renders as "<p>1 2 3</p>\n<p>4</p>\n<p>5 6</p>" -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
