Changeset 1263
- Timestamp:
- 07/27/08 18:01:08 (4 months ago)
- Files:
-
- trunk/app/views/public/feed.rxml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/public/feed.rxml
r1258 r1263 24 24 xml.title title 25 25 26 # TODO add keywords here 27 # xml.itunes :keywords, document.tags[0..11].join(",") 26 unless episode.tag_list.empty? 27 xml.itunes :keywords, episode.tag_list.join(', ') 28 episode.tag_list.each do |category| 29 xml.category category 30 end 31 end 28 32 29 33 xml.description textilize_in_text(episode.description)
