alecpl
2012-04-12 ce64332e7a9bf2468eabdb4b789270aebb3e7dc7
- Make buttons self-closing (#1488424)


1 files modified
2 ■■■ changed files
program/include/rcube_template.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -999,7 +999,7 @@
              $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