diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-12 20:40:50 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-12 20:40:50 +0200 |
commit | db9a53d95dddb5b668be498d9274ba700ac3b529 (patch) | |
tree | 9006701c5e0a36269c3200b4623f952fe0169473 | |
parent | 74df6f66ab2b6cf1857658151f9076c585911b7f (diff) |
Revert "RSS: give Dublin Core <dc:date> higher priority over <pubDate>"
This reverts commit a1516cb7869a0dd99ebaacf846ad4161f2b9b9a2.
-rw-r--r-- | sfeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ typedef struct string { enum TagId { TagUnknown = 0, /* RSS */ - RSSTagPubdate, RSSTagDcdate, + RSSTagDcdate, RSSTagPubdate, RSSTagTitle, RSSTagMediaDescription, RSSTagDescription, RSSTagContentEncoded, RSSTagGuid, |