Files
indiekit-endpoint-microsub/lib
Ricardo b4d2b7418d fix: decode HTML entities in feed titles to prevent literal display
Feedparser passes through HTML entities (“, ’, etc.) as
literal strings in item titles. Nunjucks auto-escaping then double-encodes
them, causing entities to render literally in the reader UI.

Apply sanitizeHtml with no allowed tags to decode entities in title fields
across RSS/Atom, JSON Feed, and feed metadata normalizers.
2026-02-24 14:20:55 +01:00
..