From c082cfc90ef8fccc77e808ae64db711777fd8f8c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Tue, 26 May 2009 08:28:36 +0000 Subject: FIxed: inline images not displayed in atom feeds (#3391). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2768 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/common/feed.atom.rxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/common') diff --git a/app/views/common/feed.atom.rxml b/app/views/common/feed.atom.rxml index 688d1d27a..70dacc75a 100644 --- a/app/views/common/feed.atom.rxml +++ b/app/views/common/feed.atom.rxml @@ -24,7 +24,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do xml.email(author.mail) if author.is_a?(User) && !author.mail.blank? && !author.pref.hide_mail end if author xml.content "type" => "html" do - xml.text! textilizable(item.event_description, :only_path => false) + xml.text! textilizable(item, :event_description, :only_path => false) end end end -- cgit v1.2.3