diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:36:01 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:36:01 +0000 |
commit | 752db9eb2b5ed96bf117de438fb10c6c8b6dae6c (patch) | |
tree | bf6a42b292071e79fdc0e6ccb3e46c69f74e26b3 /doc | |
parent | abaf0b05949f8c073bd23f6a92b6d846eae1ba44 (diff) | |
download | ikiwiki-752db9eb2b5ed96bf117de438fb10c6c8b6dae6c.tar ikiwiki-752db9eb2b5ed96bf117de438fb10c6c8b6dae6c.tar.gz |
web commit by http://ethan.betacantrips.com/: another weird thing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/strange_hook_id_in_skeleton.pm.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn new file mode 100644 index 000000000..ddca7fc63 --- /dev/null +++ b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn @@ -0,0 +1,3 @@ + hook(type => "savestate", id => "savestate", call => \&savestate); + +Shouldn't that id be "skeleton", like all the other ids? --Ethan
\ No newline at end of file |