-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
RSS author tag for each post should contain only email #41
Comments
ran into that issue today as well, how did you fix it? |
Just left it, since it seems this bug wasn't important enough. It would be a small change here: Line 432 in f34493c
Interesting that the link in the code shows this as the proper format for
|
Resolves #41 - Fix “author” tag based on W3 Validator
thx |
Many thanks for this module. Really made things easy for me. :0)
But I am running into a validation problem: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fblog.scottnonnenberg.com%2Frss.xml
The
<author>
tag is specified with three child tags, and the validator expects just a string, the author's email:Atom doesn't have the same problem: https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fblog.scottnonnenberg.com%2Fatom.xml
Maybe for the RSS feed only, we could take the
email
key from the providedauthor
object and promote it? I'd be happy to submit a pull request.The text was updated successfully, but these errors were encountered: