diff --git a/app/models/site_feed_annc.rb b/app/models/site_feed_annc.rb index 9952b79..ff4f043 100644 --- a/app/models/site_feed_annc.rb +++ b/app/models/site_feed_annc.rb @@ -232,6 +232,11 @@ class SiteFeedAnnc tmp["source_url"] = self.remote_site_url tmp["source-site"] = self.remote_site_url tmp["source-site-title"] = self.channel_title(locale) + + + if !tmp["link_to_show"].blank? + tmp["link_to_show"] = URI.join(tmp["source_url"],URI.encode(tmp["link_to_show"])).to_s + end if !tmp["source-site-title"].blank?