Project

General

Profile

Patch #1528 » atom_author_in_content.patch

Improved author name formatting. - Reavis Sutphin-Gray, 2008-06-25 04:35

View differences:

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
(2-2/3)