From 5d83e7359d8a450c7e08405640c10157ba481fcc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 14 Aug 2008 14:44:30 -0400 Subject: graphviz: Fix breakage of the name of the preprocessor directive. --- IkiWiki/Plugin/graphviz.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IkiWiki') 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 () { #{{{ -- cgit v1.2.3