https://bugzilla.wikimedia.org/show_bug.cgi?id=53434
--- Comment #4 from James Forrester <[email protected]> --- This (or a closely-related bug) are really badly breaking normal editing in VE, which we thought we had fixed with bug 52228 - namely, making multiple sequential references. Minimum spanning test: Input HTML+RDFa: <p>Foo<span typeof="mw:Extension/ref" data-mw="{"name":"ref","body":{"html":"Bar"},"attrs":{}}"><a href="#cite_note-1">[1]</a></span><span typeof="mw:Extension/ref" data-mw="{"name":"ref","body":{"html":"Baz"},"attrs":{}}"><a href="#cite_note-1">[1]</a></span></p> Expected WT: Foo<ref>Bar</ref><ref>Baz</ref> Actual WT: Foo<ref>Bar</ref> -- 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
