next if grep {
length $_ &&
($_ !~ /\/\Q$discussion\E$/i || ! $config{discussion}) &&
next if grep {
length $_ &&
($_ !~ /\/\Q$discussion\E$/i || ! $config{discussion}) &&
- bestlink($page, $_) !~ /^($page|)$/
+ bestlink($page, $_) !~ /^(\Q$page\E|)$/
} @{$links{$page}};
push @orphans, $page;
}
} @{$links{$page}};
push @orphans, $page;
}
+ikiwiki (2.53.3) UNRELEASED; urgency=low
+
+ * orphans: Fix unquoted page name in regexp.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 09 Oct 2008 19:12:18 -0400
+
ikiwiki (2.53.2) testing-proposed-updates; urgency=low
* Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224
ikiwiki (2.53.2) testing-proposed-updates; urgency=low
* Fix bad patch backport that broke generation of rss/atom feeds. Closes: #498224