You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom title, subtitle, rights, and summary-style constructs default to
plain text when their type attribute is absent. The previous title fix
decoded HTML entities by running every Atom title through html_strip,
but that also treated literal angle-bracket text as markup and dropped
content such as <% ... %>.
Parse Atom titles according to their declared type, and keep the
compatibility path for old DB rows to entity decoding only. Stored
titles are now display strings, so the entry list and detail pane no
longer strip them again while rendering or sorting.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments