diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-13 17:49:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-13 17:55:48 -0400 |
commit | 9fad75fd53c75b6c9f7729b6c7e6eccbc3cff39d (patch) | |
tree | 9d95dc6e1a8f4b6d5437e81fa114472257c57a1c /IkiWiki | |
parent | 5b5731182f99808f533d691408dc651a435be43b (diff) | |
download | ikiwiki-9fad75fd53c75b6c9f7729b6c7e6eccbc3cff39d.tar ikiwiki-9fad75fd53c75b6c9f7729b6c7e6eccbc3cff39d.tar.gz |
make icon absolute
it is put into kml files, etc
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/osm.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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'}) { |