Skip to content

Commit d538f5d

Browse files
authored
CLDR-18508 Restore vote.png and add a comment to avoid deleting it again (#4609)
1 parent c435e2c commit d538f5d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tools/cldr-apps/src/main/java/org/unicode/cldr/web/WebContext.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,9 @@ public static String iconHtml(HttpServletRequest request, String icon, String me
924924
if (message == null) {
925925
message = "[" + icon + "]";
926926
}
927+
// The image file name such as "vote.png" is constructed here.
928+
// Files such as "vote.png" may be referenced here without their full names
929+
// occuring anywhere in the source code.
927930
return "<img alt='["
928931
+ icon
929932
+ "]' style='width: 16px; height: 16px; border: 0;' src='"
169 Bytes
Loading

0 commit comments

Comments
 (0)