From 9fad75fd53c75b6c9f7729b6c7e6eccbc3cff39d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 13 Mar 2012 17:49:41 -0400 Subject: [PATCH 1/1] make icon absolute it is put into kml files, etc --- IkiWiki/Plugin/osm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IkiWiki/Plugin/osm.pm b/IkiWiki/Plugin/osm.pm index 91f23ba1f..be499495c 100644 --- a/IkiWiki/Plugin/osm.pm +++ b/IkiWiki/Plugin/osm.pm @@ -151,7 +151,7 @@ sub process_waypoint { last; } } - $icon = urlto($icon, $dest); + $icon = urlto($icon, $dest, 1); $tag = '' unless $tag; if ($page eq $dest) { if (!defined($config{'osm_format'}) || !$config{'osm_format'}) { -- 2.44.0