summaryrefslogtreecommitdiff
path: root/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn')
-rw-r--r--doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn b/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
index 2d06b0a57..9436cbd0c 100644
--- a/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
+++ b/doc/bugs/map_doesn__39__t_calculate___34__common__95__prefix__34___correctly.mdwn
@@ -65,4 +65,4 @@ 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.
--- Larry Clapp, <larry@theclapp.org>
+-- [[users/Larry_Clapp]]