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