diff options
author | wentasah <wentasah@web> | 2013-03-04 17:21:54 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-04 17:21:54 -0400 |
commit | af9798fb29841b54e49b64ae4e1bcc1bf119b5f0 (patch) | |
tree | 7f355184d2e80214f6baf914829e005157d92d7a /doc | |
parent | db16c8d8ef56ca7467b38854b5edef49996e0a5b (diff) | |
download | ikiwiki-af9798fb29841b54e49b64ae4e1bcc1bf119b5f0.tar ikiwiki-af9798fb29841b54e49b64ae4e1bcc1bf119b5f0.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/undefined_value_as_a_HASH_reference.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/undefined_value_as_a_HASH_reference.mdwn b/doc/bugs/undefined_value_as_a_HASH_reference.mdwn index 2c470e096..0aebbcf52 100644 --- a/doc/bugs/undefined_value_as_a_HASH_reference.mdwn +++ b/doc/bugs/undefined_value_as_a_HASH_reference.mdwn @@ -62,3 +62,5 @@ perl -le 'use warnings; use strict; use Data::Dumper; use IkiWiki; %config=IkiWi > I was able to replicate this by making a plugin's getsetup hook return a list reference, rather than a list, > and have put in a guard against that sort of thing. > --[[Joey]] + +>> Thanks. Your command didn't helped me, but with trial and error approach I found that the victim an old version asciidoc plugin. For some reason, asciidoc was never listed in the output of the command. --[[wentasah]] |