diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 880cf23c..11a33cd5 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -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; }