My feeds weren't validating with the Feed Validator, causing a large social networking site to fix ignore a bug report I submitted.
The attached patch fixes the tiny problem, allowing the feeds to validate correctly.
Be gentle: it's my first patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | rssvalidate_0.patch | 1.2 KB | ChrisKennedy |
| rssvalidate.patch | 1.13 KB | coreb |
Comments
Comment #1
ChrisKennedy commentedConfirmed bug and that patch corrects the error - per http://blogs.law.harvard.edu/tech/rss#ltguidgtSubelementOfLtitemgt the value of guid's isPermaLink attribute should be 'true' or 'false', not FALSE. Re-rolled against HEAD and from the root directory.
Comment #2
dries commentedCommitted to CVS HEAD. Thanks.
Comment #3
ChrisKennedy commentedBtw, this was originally implemented correctly by http://drupal.org/node/38593 but http://drupal.org/node/72204 incorrectly changed the output capitalization FALSE.
Comment #4
(not verified) commented