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 = &#9874; }}

tooltip would be "&#10000;", while I would expect "⚒". You made the
implementation shorter, but throw away useful code:

// Decode `$inTitle' first to get character entities (e. g. `&rarr;') replaced
with
// characters. Without this, `encodeAttribute' will replace `&' with `&amp;' so
// character entities in tooltip will be preserved, e. g. `&rarr;' 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

Reply via email to