Skip to content

Commit

Permalink
Fix checkbox - refs #8092
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Feb 17, 2016
1 parent 553e0a9 commit c68c83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/pear/HTML/QuickForm/checkbox.php
Expand Up @@ -136,7 +136,7 @@ public function toHtml()
} else {
$label =
'<div class="checkbox">
<label '.$this->getAttribute('label-class').' ">' .
<label '.$this->getAttribute('label-class').'>' .
HTML_QuickForm_input::toHtml().$this->_text.
'</label>
</div>
Expand Down

0 comments on commit c68c83e

Please sign in to comment.