]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
Migrate escaped directives (\[[) in doc/bugs to have \[[! prefix
[ikiwiki.git] / doc / bugs / map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
index 9436cbd0c5d560d847c6ba56be742c339c9f200d..df00621d8459241af07f04ef364a21b39cbcc22f 100644 (file)
@@ -4,7 +4,7 @@ Problem with [[plugins/map]]:
 
 ## given map:
 
-\[[map pages="blog/tags/*"]]
+\[[!map pages="blog/tags/*"]]
 
 ## received map:
 
@@ -66,3 +66,5 @@ Note that you you don't get "blog" or "tags", and "life" and "tech" are links no
 Map tries to calculate a "common prefix" between the pagespec and the page being rendered, and then later does some substitutions using the prefix.  But the path has /'s in it and the common prefix doesn't, so it never matches correctly.  So, add the /'s.
 
 -- [[users/Larry_Clapp]]
+
+> Excellent problem description and analysis. Patch [[applied|done]] --[[Joey]]