summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-28 08:56:11 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-28 08:56:11 +0000
commitc861b8cae9f0b2a74b9f7b6f4344d1c9ed18496c (patch)
treea69e745d7174e6002bd5a9e566f4f961db97e51b
parent4b9ebb0864671c6d181294e2a8ad11bfac2242c8 (diff)
update
-rw-r--r--IkiWiki.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 5f7bdfd06..61725ab84 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -396,9 +396,6 @@ sub htmllink ($$$;$$$) { #{{{
return "<span class=\"selflink\">$linktext</span>"
if length $bestlink && $page eq $bestlink;
- # TODO BUG: %renderedfiles may not have it, if the linked to page
- # was also added and isn't yet rendered! Note that this bug is
- # masked by the bug that makes all new files be rendered twice.
if (! grep { $_ eq $bestlink } map { @{$_} } values %renderedfiles) {
$bestlink=htmlpage($bestlink);
}