diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 15:58:20 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 15:58:20 -0500 |
commit | 736fa378c586176473d08b24db4e284d629fc8b4 (patch) | |
tree | 3be8c1d08963e502e6d5b9fd87b57e23ccff502b | |
parent | fa101abf08c51de72c6d02eb0be777dc843de6a1 (diff) |
typo
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index cdc0ab74e..666a625e6 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -658,7 +658,7 @@ sub linkify ($$$) { #{{{ run_hooks(linkify => sub { $content=shift->( page => $page, - destpage => $page, + destpage => $destpage, content => $content, ); }); |