EditWatchlistNormalHTMLForm: Fix double-escaping of section legends
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 3 Sep 2018 20:08:11 +0000 (22:08 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Mon, 3 Sep 2018 20:09:13 +0000 (22:09 +0200)
commit45ced4dfef5a1997aa4d0135e25fb93679465ad2
tree50f6e4e582e693ab30841fb6e6e0a518abd130d4
parente2671b8fae63a4dd2a2b7c2df4b8a759095dd4f5
EditWatchlistNormalHTMLForm: Fix double-escaping of section legends

Parent getLegend() returns a plain string, and this method should
do the same.

Form section legends are escaped by the wrapFieldSetSection() method.

Change-Id: I2059b9182fba7362f3d6226252bdc3e032a06c57
includes/htmlform/HTMLForm.php
includes/specials/forms/EditWatchlistNormalHTMLForm.php