From ce64332e7a9bf2468eabdb4b789270aebb3e7dc7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 12 Apr 2012 12:48:20 +0000 Subject: - Make buttons self-closing (#1488424) --- program/include/rcube_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcube_template.php') diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index bec84c97a..b2bdda488 100644 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -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 -- cgit v1.2.3