do not escape label
This commit is contained in:
parent
0952a461cc
commit
c688217165
|
@ -4030,7 +4030,7 @@ class htmlResponsiveInputCheckbox extends htmlInputCheckbox {
|
|||
*/
|
||||
function __construct($name, $checked, $label, $helpID = null, $longLabel = false) {
|
||||
parent::__construct($name, $checked);
|
||||
$this->label = htmlspecialchars($label);
|
||||
$this->label = $label;
|
||||
$this->helpID = $helpID;
|
||||
$this->longLabel = $longLabel;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue