xml.link url_for(:controller => "browse", :action => "note", :id => note.id, :only_path => false)
xml.guid url_for(:controller => "note", :action => "read", :id => note.id, :only_path => false)
- xml.description htmlize(note.flatten_comment("<br><br>"))
+ with_format(:html) do
+ xml.description render(:partial => "description", :object => note)
+ end
xml.author note.author_name
xml.pubDate note.updated_at.to_s(:rfc822)
xml.geo :lat, note.lat