summaryrefslogtreecommitdiff
path: root/program/include/rcmail_output_html.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-02-14 18:25:02 +0100
committerAleksander Machniak <alec@alec.pl>2014-02-14 18:25:02 +0100
commitabecca8f4bc0898f952a3362bd42b4c78ac783c3 (patch)
treecf1f70fee183c64f2da2f0d7b09afd055b41c0ab /program/include/rcmail_output_html.php
parentc6227fe7b08e2371f07250261a464cb86fdbc9d4 (diff)
parent80102a2dde8d2870ee7d8c4ad8e8626a555ecc2f (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcmail_output_html.php')
-rw-r--r--program/include/rcmail_output_html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php
index 17b5b9647..45cb9f0d9 100644
--- a/program/include/rcmail_output_html.php
+++ b/program/include/rcmail_output_html.php
@@ -1216,7 +1216,7 @@ class rcmail_output_html extends rcmail_output
// generate html code for button
if ($btn_content) {
- $attrib_str = html::attrib_string($attrib, $link_attrib);
+ $attrib_str = html::attrib_string($attrib, array_merge($link_attrib, array('data-*')));
$out = sprintf('<a%s>%s</a>', $attrib_str, $btn_content);
}