@@ -24,7 +24,7 xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do | |||||
24 | xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank? |
|
24 | xml.email(author.mail) if author.respond_to?(:mail) && !author.mail.blank? | |
25 | end if author |
|
25 | end if author | |
26 | xml.content "type" => "html" do |
|
26 | xml.content "type" => "html" do | |
27 | xml.text! textilizable(item.event_description) |
|
27 | xml.text! textilizable(item.event_description, :only_path => false) | |
28 | end |
|
28 | end | |
29 | end |
|
29 | end | |
30 | end |
|
30 | end |
General Comments 0
You need to be logged in to leave comments.
Login now