mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-11 05:06:15 +00:00
htm/Preact template literals insert text as a DOM text node rather than parsing it as HTML, so the × entity was never decoded and showed up literally in the player UI's announcement banner. The admin UI's equivalent button is unaffected because it's built as an HTML string inserted via innerHTML, where the browser does decode entities. Fixes the player-UI regression noted in #591.