https://bugzilla.wikimedia.org/show_bug.cgi?id=70894
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High --- Comment #1 from [email protected] --- A quick look at wts.LinkHandler.js reveals that modified links go through wikilink content escaping which is where this gets tripped up. And modification detection is based on data-parsoid inspection and comparing with href, etc. So, something is broken in state.env.isValidLinkTarget(linkTarget) function (used in escapeWikiLinkContentString). -- 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
