Last modified: 2012-05-03 02:45:56 UTC
Created attachment 10096 [details] Links section of WikiEditor’s Help In http://test2.wikipedia.org/ some Help sections of the toolbar have raw HTML (instead of the rendered text). See the attached screen shots for details. This problem is not there in en.wikipedia.org.
Created attachment 10097 [details] Files section of WikiEditor’s Help It seems wherever we output <a> element, it is being shown as HTML code.
Confirmed on simplewiki
It looks like the messages are getting escaped during export to JavaScript code... mw.messages.values['wikieditor-toolbar-help-content-ilink-result'] gives "<a href='#'>Link label</a><br /><a href='#'>Page title</a>" where it should be: "<a href='#'>Link label</a><br /><a href='#'>Page title</a>"
Caused by r110045 -- reverted in r112526.