diff options
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/graphviz.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/graphviz.pm b/IkiWiki/Plugin/graphviz.pm index 999edd8ee..20b419413 100644 --- a/IkiWiki/Plugin/graphviz.pm +++ b/IkiWiki/Plugin/graphviz.pm @@ -10,7 +10,7 @@ use IPC::Open2; sub import { #{{{ hook(type => "getsetup", id => "graphviz", call => \&getsetup); - hook(type => "preprocess", id => "graphviz", call => \&graph); + hook(type => "preprocess", id => "graph", call => \&graph); } # }}} sub getsetup () { #{{{ |