]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
* Remove stray semicolon in linkmap.pm.
authorjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 7 Apr 2007 00:30:09 +0000 (00:30 +0000)
committerjoshtriplett <joshtriplett@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 7 Apr 2007 00:30:09 +0000 (00:30 +0000)
IkiWiki/Plugin/linkmap.pm
debian/changelog

index 0a8d0ca9a1bfc20e84251638ae8628036bd20ee3..29a3339a6a955c7e1790d12b8723d0620d4c6cb1 100644 (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");
        
index ac6af107578e1bf98af8a5301cde2145c611f810..f1a50059fb7d36dea2be9c4334c632fe10aca34a 100644 (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