We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd447a commit f7d7061Copy full SHA for f7d7061
src/View/Checkbox.php
@@ -57,7 +57,7 @@ public function render(ElementInterface $element): string
57
$label = sprintf(
58
'<label for="%s">%s</label>',
59
$this->escapeAttribute($elementAttr['id']),
60
- $this->escapeHtml($choice['label'])
+ $choice['label']
61
);
62
63
$html[] = sprintf(
src/View/Radio.php
@@ -44,7 +44,7 @@ public function render(ElementInterface $element): string
44
45
46
47
48
49
50
0 commit comments