| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-05-12 13:26:36 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-05-12 13:36:16 UTC |
| parent | 094c926bcc6a7d3876491cb896967179b90a070a |
| snikket/Color.hx | +1 | -1 |
diff --git a/snikket/Color.hx b/snikket/Color.hx index 3d3f454..4c9b522 100644 --- a/snikket/Color.hx +++ b/snikket/Color.hx @@ -19,7 +19,7 @@ class Color { public static function defaultPhoto(input:String, letter:String) { final hex = forString(input).substr(1); final encodedLetter = try { - StringTools.urlEncode(letter); + StringTools.urlEncode(letter.toUpperCase()); } catch (e) { " "; }