X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/34fff64e7b56f4f8cd99430f9f927d2a5d1e3619..bb7877707ef730c7fdab01509ac6a9cc9eb252d1:/IkiWiki/Plugin/graphviz.pm?ds=inline
diff --git a/IkiWiki/Plugin/graphviz.pm b/IkiWiki/Plugin/graphviz.pm
index bec122076..c91c92fec 100644
--- a/IkiWiki/Plugin/graphviz.pm
+++ b/IkiWiki/Plugin/graphviz.pm
@@ -79,12 +79,7 @@ sub render_graph (\%) {
}
}
- if ($params{preview}) {
- return "
\n";
- }
- else {
- return "
\n";
- }
+ return "
\n";
}
sub graph (@) {