https://bugzilla.wikimedia.org/show_bug.cgi?id=54438
Gabriel Wicke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW --- Comment #8 from Gabriel Wicke <[email protected]> --- (In reply to comment #7) > It seems to me, but not sure this is related to this bug fix, Parsoid > generates > an additional/unnecessary " " character after the closing time tag. > > Examples: > * http://parsoid.wmflabs.org/frwikisource/Auteur%3AVictor_Hugo > * http://parsoid.wmflabs.org/frwikisource/Auteur:Abb%C3%A9%20Pierre This seems to work fine when testing with master: echo '<time>1900</time>foo' | node parse <body data-parsoid='{"dsr":[0,21,0,0]}'><p data-parsoid='{"dsr":[0,20,0,0]}'><time data-parsoid='{"stx":"html","dsr":[0,17,6,7]}'>1900</time>foo</p> </body> Can you try to find a minimal test case at http://parsoid.wmflabs.org/_wikitext/ ? This patch was also deployed on Wednesday (see https://www.mediawiki.org/wiki/Parsoid/Deployments#Wednesday.2C_December_4.2C_13:00-14:00_PST_Y_Deployed_0ac82a28), so these tags are now supported in production. -- 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
