update change on another PR

This commit is contained in:
GregM 2022-02-23 10:12:43 +01:00
parent 5dcb4c85ee
commit f866f9641e

View File

@ -9965,7 +9965,6 @@ function dolGetButtonAction($label, $html = '', $actionType = 'default', $url =
if (empty($html)) {
$html = $label;
$attr['title'] = ''; // if html not set, leave label on title is redundant
} else {
$attr['aria-label'] = $label;
}