Skip to content

Commit

Permalink
Merge pull request #17898 from demeritcowboy/smartgroupmarker
Browse files Browse the repository at this point in the history
dev/core#1888 - Fix one line in PR 17888
  • Loading branch information
eileenmcnaughton authored Jul 20, 2020
2 parents 81e96a1 + 8aed4f8 commit c51ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ang/crmMailing/Recipients.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
if (option.entity_type != 'civicrm_mailing' && isMandatory(option.entity_id)) {
spanClass = 'crmMailing-mandatory';
}
return '<i class="crm-i '+icon+'"></i> <span class="' + spanClass + '">' + smartGroupMarker + item.text + '</span>';
return '<i class="crm-i '+icon+'" aria-hidden="true"></i> <span class="' + spanClass + '">' + item.text + '</span>';
}

function validate() {
Expand Down

0 comments on commit c51ef2b

Please sign in to comment.