]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Problem_with_toc.pm_plug-in.mdwn
done
[ikiwiki.git] / doc / bugs / Problem_with_toc.pm_plug-in.mdwn
index a5fe6b923d9323a4d13de173e82490d9761451c9..f756bf8f590ddcac609a6c71c0d0bd07353cb758 100644 (file)
@@ -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 (@) { #{{{