Skip to content

Commit

Permalink
CLDR-17462 use a zwsp between the inherited mark and the status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed May 30, 2024
1 parent e0a503e commit 12e63df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cldr-apps/js/src/esm/cldrTable.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ function getStatusIcon(statusClass) {
case "inherited-unconfirmed":
return (
cldrText.get(`status_inherited`) +
"\u202F" +
"\u200B" +
getStatusIcon(statusClass.split("-")[1])
);
default:
Expand Down

0 comments on commit 12e63df

Please sign in to comment.