Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rss): email and name were inverted in output and so uncompliant (#…
…343) Related to: #250 See: https://validator.w3.org/feed/docs/error/InvalidContact.html Before: ```xml <author>John Doe (John.Doe@example.com)</author> ``` After: ```xml <author>John.Doe@example.com (John Doe)</author> ``` cc @stefansli
- Loading branch information