From: Andy Allan Date: Thu, 24 Nov 2016 17:06:14 +0000 (+0000) Subject: Use a full url for the image in the diary rss feed. X-Git-Tag: live~3655 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/63271147a0d59ac334298a83791da77a2b40ec3f?hp=83e1700d2616d9920d358dcd2d330f719c19503d Use a full url for the image in the diary rss feed. This is what was intended by ee2a941d3eb7279aed5829ddbafe1cc9f9631459 which fixed the same problem in a different place. --- diff --git a/app/views/diary_entry/rss.rss.builder b/app/views/diary_entry/rss.rss.builder index b680e85e6..8a6915bf1 100644 --- a/app/views/diary_entry/rss.rss.builder +++ b/app/views/diary_entry/rss.rss.builder @@ -9,7 +9,7 @@ xml.rss("version" => "2.0", xml.description @description xml.link url_for(:action => "list", :host => SERVER_URL) xml.image do - xml.url image_path("mag_map-rss2.0.png") + xml.url image_path("mag_map-rss2.0.png", :host => SERVER_URL) xml.title @title xml.width "100" xml.height "100"