https://bugzilla.wikimedia.org/show_bug.cgi?id=32926
This, that and the other <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from This, that and the other <[email protected]> --- In SkinTemplate#getLanguages, Title::newFromText is called on a string that is the result of calling Title#getFullText on a Title object that was itself created using Title::newFromText. Since Title::newFromText performs HTML entity stripping (why??!), this means the link gets doubly decoded. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
