Fix image referred to in RSS feeds so that it actually exists.
This commit is contained in:
parent
08b71b48e1
commit
d45db3acc4
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
BIN
public/images/mag_map-rss2.0.png
Normal file
BIN
public/images/mag_map-rss2.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Add table
Reference in a new issue