diff options
author | http://openid.ppke.hu/cstamas <http://openid.ppke.hu/cstamas@web> | 2012-06-16 20:16:22 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-06-16 20:16:22 -0400 |
commit | 37e60dd858ee6e3f03ad161f985d1be4fcdb74c1 (patch) | |
tree | 73ce419e60a25adb59abe78c7d60a37220488744 | |
parent | 96f10735b71f70671b1aeda5ff655c5de21e0444 (diff) | |
download | ikiwiki-37e60dd858ee6e3f03ad161f985d1be4fcdb74c1.tar ikiwiki-37e60dd858ee6e3f03ad161f985d1be4fcdb74c1.tar.gz |
add signature
-rw-r--r-- | doc/bugs/ipv6_address_in_comments.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/ipv6_address_in_comments.mdwn b/doc/bugs/ipv6_address_in_comments.mdwn index b03f90f99..55d66e785 100644 --- a/doc/bugs/ipv6_address_in_comments.mdwn +++ b/doc/bugs/ipv6_address_in_comments.mdwn @@ -8,7 +8,7 @@ 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]] |