MDL-31469 formslib: fix invalid for="" attributes on optional dates

This commit is contained in:
Tim Hunt 2012-02-01 12:17:31 +00:00
parent baa5cd8240
commit 3bbac90b2a

View File

@ -113,6 +113,7 @@ class HTML_QuickForm_checkbox extends HTML_QuickForm_input
*/
function toHtml()
{
$this->_generateId(); // Seems to be necessary when this is used in a group.
if (0 == strlen($this->_text)) {
$label = '';
} elseif ($this->_flagFrozen) {