https://bugzilla.wikimedia.org/show_bug.cgi?id=32106
Van de Bugger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #3 from Van de Bugger <[email protected]> 2011-11-02 19:12:34 UTC --- Try {{ #formlink: ... | title = ⚒ }} tooltip would be "✐", while I would expect "⚒". You made the implementation shorter, but throw away useful code: // Decode `$inTitle' first to get character entities (e. g. `→') replaced with // characters. Without this, `encodeAttribute' will replace `&' with `&' so // character entities in tooltip will be preserved, e. g. `→' will be shown // as-is, not as right arrow. $inTitle = Sanitizer::decodeCharReferences( $inTitle ); Could you please insert it back? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
