* Remove stray semicolon in linkmap.pm.

master
joshtriplett 2007-04-07 00:30:09 +00:00
parent 3ad33d9fde
commit f2b60470c6
2 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,7 @@ sub genmap ($) { #{{{
# Run dot to create the graphic and get the map data.
my $pid;
my $sigpipe=0;;
my $sigpipe=0;
$SIG{PIPE}=sub { $sigpipe=1 };
$pid=open2(*IN, *OUT, "dot -Tpng -o '$config{destdir}/$dest' -Tcmapx");

5
debian/changelog vendored
View File

@ -45,7 +45,10 @@ ikiwiki (1.49) UNRELEASED; urgency=low
a bug caused by committing changes to smilies.mdwn.
* Fix display of escaped wikilinks containing anchors.
-- Joey Hess <joeyh@debian.org> Fri, 06 Apr 2007 17:17:52 -0400
[ Josh Triplett ]
* Remove stray semicolon in linkmap.pm.
-- Joey Hess <joeyh@debian.org> Fri, 06 Apr 2007 17:28:22 -0700
ikiwiki (1.48) unstable; urgency=low