|
@@ -74,9 +74,8 @@ |
|
74
|
74
|
|
|
75
|
75
|
$out->addAttr('id', $htmlId);
|
|
76
|
76
|
$label = $this->htmlFactory->makeElement('label', $this->label)
|
|
77
|
77
|
->addAttr('for', $htmlId )
|
|
78
|
|
- ->addAttr('title', esc_attr($this->label) )
|
|
79
|
78
|
// ->addAttr('class', 'hc-fs2')
|
|
80
|
79
|
;
|
|
81
|
80
|
|
|
82
|
81
|
if( $this->asList ){
|