summaryrefslogtreecommitdiff
path: root/program/include/rcube_template.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-12 12:48:20 +0000
committeralecpl <alec@alec.pl>2012-04-12 12:48:20 +0000
commitce64332e7a9bf2468eabdb4b789270aebb3e7dc7 (patch)
treea8a5b04d47a40a9f391c9e916d645284b57ad586 /program/include/rcube_template.php
parent463ec6b57c48306b5c61a21cd68f1e135d8fc8b4 (diff)
- Make buttons self-closing (#1488424)
Diffstat (limited to 'program/include/rcube_template.php')
-rw-r--r--program/include/rcube_template.php2
1 files changed, 1 insertions, 1 deletions
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