https://bugzilla.wikimedia.org/show_bug.cgi?id=44452
--- Comment #3 from [email protected] --- This is caused by inconsistent (in my view) PHP parser behavior while handling indent-pres in tables. See example below: {| | This generates an indent-pre |} <table><tr> <td>This does not generate an indent-pre </td></tr></table> However, Parsoid currently introduces indent-pres in both cases. The template https://en.wikipedia.org/w/index.php?title=Template:Unreferenced_section&oldid=528729873&action=edit does not introduce an indent-pre because of this inconsistency. A reasonable fix in this case might be to remove the newline after |section in the above template. -- 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
