https://bugs.kde.org/show_bug.cgi?id=491340
Bug ID: 491340 Summary: BoardGameGeek description not excaping HTML. Classification: Applications Product: tellico Version: 3.5.5 Platform: Arch Linux OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: general Assignee: ro...@periapsis.org Reporter: s...@rtwebb.com Target Milestone: --- SUMMARY BoardGameGeek fetcher results in "description" field holding unescaped HTML. STEPS TO REPRODUCE 1. Search any item using BGG plugin 2. Add to library 3. view "Description" field. OBSERVED RESULT presents a single, long row of text, with HTML escape sequences EXPECTED RESULT presents HTML decorated text SOFTWARE/OS VERSIONS All ADDITIONAL INFORMATION I've tested a presumed fix on my local machine, but adding the xsl attribute, `disable-output-escaping="yes"` to `<xsl:value-of select="description"/>` elements. But I don't know your codebase, so didn't want to just supply a PR as-of-yet. -- You are receiving this mail because: You are watching all bug changes.