Closed (works as designed)
Project:
Advanced Views RSS Feed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jan 2010 at 04:15 UTC
Updated:
17 Nov 2011 at 10:23 UTC
I have set up a view and everything works fine except when I add a "date" field it is wrapped in a which breaks the rss reader I am testing it on. Is there anyway to strip this from the output?
Comments
Comment #1
jdblank commentedsorry this should say "it is wrapped in a
<span>..."Comment #2
andrewbenkard commentedBump. A solution to this would reeeeeally help me out too.
Anyone?
Comment #3
andrewbenkard commentedDisclosure: I am not a developer.
My kludge to suppress this (for Date elements) is to go into the date.theme file and alter
to be:
Inelegant, but it works so far.
Comment #4
rbrownellSelect "Strip HTML tags" in the options for the field in the view. It worked for me.
Comment #5
maciej.zgadzaj commentedAs mentioned by nfd, check "Strip HTML tags".
Also, please read the first draft of module documentation for what it can and can't do (and how).
Feel free to re-open this issue if needed.