diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-08-02 17:37:17 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-02 17:37:17 -0400 |
commit | ee2a32728544ad265a545ab64e15015126ebb2bc (patch) | |
tree | 3f76794eb01b0487a5c95a640e80999c0550d9b0 /doc | |
parent | d612589fe0d81d9e06b9905c0cd772d8e3afd44f (diff) | |
download | ikiwiki-ee2a32728544ad265a545ab64e15015126ebb2bc.tar ikiwiki-ee2a32728544ad265a545ab64e15015126ebb2bc.tar.gz |
here is a real patch, mark it as such, confirm that it works.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn index 0c88cd7f0..ffe7e8a8f 100644 --- a/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn +++ b/doc/bugs/osm_linkto__40____41___usage_breaks_map_rendering.mdwn @@ -8,6 +8,8 @@ Indeed, that URL yields a 404. The proper URL is <http://mesh.openisp.ca/map/poi The problem seems to be caused by `urlto()` being called for the `osm` directive before the generated files are registered with `will_render()` from the `waypoint` directive. Proposed patch adds a function that is called from the `preprocess` hook for both directives that registers the files. -[Patch to IkiWiki/Plugin/osm.pm](https://reseaulibre.deuxpi.ca/0000-Fix-incorrect-URL-pointing-to-the-generated-waypoint.patch) +Here is a [[patch]] to IkiWiki/Plugin/osm.pm: <https://reseaulibre.deuxpi.ca/0000-Fix-incorrect-URL-pointing-to-the-generated-waypoint.patch> --[[deuxpi]] + +I confirm the patch works. --[[anarcat]] |