--- DirectedGraphPlugin.pm.orig Thu Jun 30 23:50:21 2005 +++ DirectedGraphPlugin.pm Thu Jun 30 23:49:34 2005 @@ -133,5 +133,5 @@ # create the map else { - $command=system("$cmd -Tcmapx -o $cmapx $tmpFile"); + $command=system("$cmd -Tcmap -o $cmapx $tmpFile"); if($command) { # errors existed so remove created files @@ -152,5 +152,5 @@ # place map and "foo.png" at the source of the tag in $Web.$Topic my $loc = &TWiki::Func::getPubUrlPath() . "/$web/$topic"; - return "$mapfile"; + return "\n$mapfile\n"; } else { # attach "foo.png" at the source of the tag in $Web.$Topic