diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:05:32 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:05:32 +0000 |
commit | a4b3300fde7a9e5695debcd4ee90cf173ef372d1 (patch) | |
tree | dcfd62f53002100b23d7528b45a9c11a6e8e6155 /doc/bugs | |
parent | 99bc53b83e87a5f26ac5250d6803bb2a62b9f325 (diff) |
done
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Problem_with_toc.pm_plug-in.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Problem_with_toc.pm_plug-in.mdwn b/doc/bugs/Problem_with_toc.pm_plug-in.mdwn index a5fe6b923..f756bf8f5 100644 --- a/doc/bugs/Problem_with_toc.pm_plug-in.mdwn +++ b/doc/bugs/Problem_with_toc.pm_plug-in.mdwn @@ -2,6 +2,11 @@ The toc.pm plug-in currently renders empty 'a' tag elements. This seems to confu Here is a patch for toc.pm for producing non-empty 'a' elements. +> Thanks for the patch, but I already fixed this in 2.4 using a different +> approach. I think your patch is slightly broken, an anchor tag isn't +> really meant to enclose all the html it anchors to, but just be stuck in +> front of it. --[[Joey]] [[tag done]] + --- IkiWiki/Plugin/toc.pm.orig Thu Jun 7 11:53:53 2007 +++ IkiWiki/Plugin/toc.pm Thu Jun 7 13:00:00 2007 @@ -47,7 +47,7 @@ sub format (@) { #{{{ |