Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixex generating Atom feed when adding description as summary #131

Merged
merged 1 commit into from
Dec 24, 2023

Conversation

lkiesow
Copy link
Owner

@lkiesow lkiesow commented Dec 24, 2023

This patch fixes the problem that generating an Atom feed fails when adding an RSS description marked as summary. The problem was that feedgen internally expected a dictionary, but the value was stored as a string in this case.

This fixes #94

This patch fixes the problem that generating an Atom feed fails when
adding an RSS description marked as summary. The problem was that
feedgen internally expected a dictionary, but the value was stored as a
string in this case.

This fixes #94
@lkiesow lkiesow merged commit 2eee211 into main Dec 24, 2023
2 checks passed
@lkiesow lkiesow deleted the desc-summary branch December 25, 2023 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding description as summary fails to generate Atom
1 participant