https://bugzilla.wikimedia.org/show_bug.cgi?id=34708

--- Comment #3 from Brion Vibber <br...@wikimedia.org> 2012-02-27 21:42:10 UTC 
---
It looks like the messages are getting escaped during export to JavaScript
code...

mw.messages.values['wikieditor-toolbar-help-content-ilink-result']
gives
"&lt;a href='#'&gt;Link label&lt;/a&gt;<br />&lt;a href='#'&gt;Page
title&lt;/a&gt;"

where it should be:
"<a href='#'>Link label</a><br /><a href='#'>Page title</a>"

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to