Merge branch 'richtag' into develop

pull/9432/head
iglocska 2023-11-23 12:21:10 +01:00
commit 3f4c5c9cb6
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ if (isset($tag_display_style)) {
}
$aText = h($aText);
$span_scope = !empty($hide_global_scope) ? '' : sprintf(
'<span class="%s" title="%s" aria-label="%s"><i class="fas fa-%s"></i></span>',
'<span class="%s" title="%s" role="img" aria-label="%s"><i class="fas fa-%s"></i></span>',
'black-white tag',
!empty($tag['local']) ? __('Local tag') : __('Global tag'),
!empty($tag['local']) ? __('Local tag') : __('Global tag'),