https://bugzilla.wikimedia.org/show_bug.cgi?id=73430
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|VisualEditor: Non-numeric |VisualEditor: Non-numeric |colspan/rowspan values are |colspan/rowspan values are |corrupted to NaN |normalized, or corrupted to | |NaN --- Comment #2 from Roan Kattouw <[email protected]> --- It turned out there were two corruption problems: colspan="02" was normalized to colspan="2", and colspan="2 garbage" was normalized to colspan="NaN". The patch fixes both. -- 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
