https://bugzilla.wikimedia.org/show_bug.cgi?id=56983
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|[email protected] |[email protected] --- Comment #1 from [email protected] --- This seems a bug in serializing new meta tags without data-parsoid. See below. Taking this and fixing. -------- [subbu@earth lib] echo "__NOTOC__" | node parse --fetchConfig false --wt2wt __NOTOC__ [subbu@earth lib] echo "<meta property='mw:PageProp/notoc' data-parsoid='{"src":"__NOTOC__","magicSrc":"__NOTOC__"}'/>" | node parse --html2wt __NOTOC__ [subbu@earth lib] echo "<meta property='mw:PageProp/notoc' />" | node parse --html2wt notoc -- 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
