Closed (fixed)
Project:
Advanced Views RSS Feed
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2012 at 00:02 UTC
Updated:
20 Mar 2012 at 23:32 UTC
I've got two feeds one that is on a live site, the second in development. The second one, which I'm testing this module out with, the RSS feed doesn't validate due to a problem with undefined entities caused by curly/smart quote in the body field. In the working RSS feeds the curly quotes have the "&", the XML that is produced with this module doesn't. I've tried the body field with and without stripping the html, neither work. Anything I might be missing?
Examples below:
“ should be “
’ should be ’
Comments
Comment #1
maciej.zgadzaj commentedFixed in the most recent dev release, just pushed to d.o. Please either clone it from git repository, or wait around 12 hours for d.o to regenerate dev package files, and let me know if it fixed the problem for you.
Comment #2
dzepol commentedYes, this fixed the problem. I didn't see any other issues come up either. Thank you.