Etuldan / spaRSS

Based on Flym and Sparse RSS, this checks RSS/Atom news feeds, polling for updates from the device on a regular basis. Fetched items are available for offline reading.
Other
145 stars 31 forks source link

Parsing error in valid feed https://blog.cryptographyengineering.com/feed/ #275

Open ghost opened 6 years ago

ghost commented 6 years ago

SpaRSS is complaining about the feed at https://blog.cryptographyengineering.com/feed/, saying that Error: At line 3, column 123: mismatched tag, when both the W3C xml and rss validators (https://validator.w3.org/check?uri=https%3A%2F%2Fblog.cryptographyengineering.com%2Ffeed%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 & https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fblog.cryptographyengineering.com%2Ffeed%2F) and the feed validator (http://www.feedvalidator.org/check.cgi?url=https%3A%2F%2Fblog.cryptographyengineering.com%2Ffeed%2F) say it is well-formed and valid...