Commit b4999f4
committed
Fixex generating Atom feed when adding description as summary
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 #941 parent 3f2d36e commit b4999f4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
| 502 | + | |
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
| |||
0 commit comments