Page MenuHomePhabricator

JavaScript Off: Fieldset legends broken
Closed, ResolvedPublic

Description

Showing unparsed MediaWiki messages

Original Title: JavaScript Off: Fieldset legends broken

Expected Result: Properly parsed MediaWiki messages

The message it perhaps wants to parse is {{int:upload-source}} but it seems to try {{int:-source}} (missing "upload") which gives <-source> and then HTML escapes the "<" and ">" so the result looks really weird.


Version: 1.22.0
Severity: normal

Attached:

UpWiz_NonJS_section_headers.png (861×643 px, 21 KB)

Details

Reference
bz48650

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:19 AM
bzimport set Reference to bz48650.

This is apparently broken because of a change in core.

Change merged and hopefully fixed.