Patch #1528 » atom_author_in_content.patch
app/views/common/feed.atom.rxml (working copy) | ||
---|---|---|
20 | 20 |
xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank? |
21 | 21 |
end if author |
22 | 22 |
xml.content "type" => "html" do |
23 |
xml.text! textilizable(item.event_description) |
|
23 |
xml.text! author.name + textilizable(item.event_description)
|
|
24 | 24 |
end |
25 | 25 |
end |
26 | 26 |
end |