HTMLFormField: Do not double-escape label in OOUI mode
authorBartosz Dziewoński <matma.rex@gmail.com>
Wed, 4 Nov 2015 00:15:29 +0000 (01:15 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Wed, 4 Nov 2015 00:18:46 +0000 (01:18 +0100)
commitacd2ac33138ea9865b2672cc3c7c751c45fc7cfd
treebbe38037192978831244af50e8552209c118cf13
parentb9d30373174e342f30215fe68d6f3889919e7cc4
HTMLFormField: Do not double-escape label in OOUI mode

$this->getLabel() returns already parsed HTML. Who'd have thought?
https://www.wikidata.org/wiki/Wikidata:Contact_the_development_team#Display_issue_on_Special:NewItem

Change-Id: I52aa9b78fde27d4a16b3636fa6b70d3c69ff2346
includes/htmlform/HTMLFormField.php