If you access example.com/admin/customize/site_texts/js.emoji_picker.travel_&_places
, it shows as below;
I think &
is bad, but same mulfunction occurred with travel_&_places
.
Discourse v2.4.0.beta1 +176
If you access example.com/admin/customize/site_texts/js.emoji_picker.travel_&_places
, it shows as below;
I think &
is bad, but same mulfunction occurred with travel_&_places
.
Discourse v2.4.0.beta1 +176
@techAPJ can you add that to your list? Looks like we’re not properly supporting the “&
” (not sure if other uncommon characters are allowed in a yaml key).
Fixed via:
https://github.com/discourse/discourse/commit/fffca4234c8dc5c7521d56bf1921951c6e2b9fcc
Thanks for reporting this issue @Yatima