X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/96f10735b71f70671b1aeda5ff655c5de21e0444..e51995c39c8dfc37aa7a33be7b9b6a907069c4fe:/doc/bugs/ipv6_address_in_comments.mdwn?ds=inline

diff --git a/doc/bugs/ipv6_address_in_comments.mdwn b/doc/bugs/ipv6_address_in_comments.mdwn
index b03f90f99..90391650a 100644
--- a/doc/bugs/ipv6_address_in_comments.mdwn
+++ b/doc/bugs/ipv6_address_in_comments.mdwn
@@ -8,8 +8,12 @@ There is a sanity check in /usr/share/perl5/IkiWiki/Plugin/comments.pm
 line 447 (according to today's version) there is an ipv4 specific regexp.
 
 I removed the regexp and used the value without this added check and it fixed
-the problem for me. Not sure if this is the best solution.
+the problem for me. Not sure if this is the best solution. --[[cstamas]]
 
 [[patch]]
 
 [[!tag ipv6]]
+
+> [[done]] --[[Joey]] 
+
+> > Thank you! --[[cstamas]]