graphviz: Handle self-links.

master
Joey Hess 2012-04-18 15:36:27 -04:00
parent 30efedbbd0
commit 30a3efda58
2 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,7 @@ sub graph (@) {
}, "text");
$p->parse($src);
$p->eof;
$s=~s/\[ href= \]//g; # handle self-links
$params{src}=$s;
}
else {

1
debian/changelog vendored
View File

@ -22,6 +22,7 @@ ikiwiki (3.20120204) UNRELEASED; urgency=low
a bug, and makes pagenames more consistent with the pagespec used
in the pages parameter. (smcv)
* link: Fix renaming wikilinks that contain embedded urls.
* graphviz: Handle self-links.
-- Joey Hess <joeyh@debian.org> Wed, 21 Mar 2012 14:33:14 -0400