Merge "Add RELEASE-NOTES entries for PHP library upgrades and additions"
[lhc/web/wiklou.git] / includes / htmlform / HTMLCheckField.php
index 646b0d5..9666c4e 100644 (file)
@@ -14,7 +14,7 @@ class HTMLCheckField extends HTMLFormField {
                $attr = $this->getTooltipAndAccessKey();
                $attr['id'] = $this->mID;
 
-               $attr += $this->getAttributes( array( 'disabled', 'tabindex', 'title' ) );
+               $attr += $this->getAttributes( array( 'disabled', 'tabindex' ) );
 
                if ( $this->mClass !== '' ) {
                        $attr['class'] = $this->mClass;