- Make buttons self-closing (#1488424)

pull/1/head
alecpl 12 years ago
parent 463ec6b57c
commit ce64332e7a

@ -999,7 +999,7 @@ class rcube_template extends rcube_html_page
$attrib['disabled'] = 'disabled';
}
$out = html::tag('input', $attrib, '', array('type', 'value', 'onclick', 'id', 'class', 'style', 'tabindex', 'disabled'));
$out = html::tag('input', $attrib, null, array('type', 'value', 'onclick', 'id', 'class', 'style', 'tabindex', 'disabled'));
}
// generate html code for button

Loading…
Cancel
Save