Fix image referred to in RSS feeds so that it actually exists.

This commit is contained in:
Tom Hughes 2007-08-15 18:12:37 +00:00
parent 08b71b48e1
commit d45db3acc4
2 changed files with 1 additions and 1 deletions

View file

@ -296,7 +296,7 @@ module OSM
image = XML::Node.new 'image' image = XML::Node.new 'image'
@channel << image @channel << image
url = XML::Node.new 'url' url = XML::Node.new 'url'
url << 'http://www.openstreetmap.org/feeds/mag_map-rss2.0.png' url << 'http://www.openstreetmap.org/images/mag_map-rss2.0.png'
image << url image << url
title = XML::Node.new 'title' title = XML::Node.new 'title'
title << "OpenStreetMap" title << "OpenStreetMap"

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB