- <pre>
- --- tag.pm.orig 2007-08-04 19:06:15.000000000 +0200
- +++ tag.pm 2007-08-04 19:20:47.000000000 +0200
- @@ -60,7 +60,8 @@
-
- $template->param(tags => [
- map {
- - link => htmllink($page, $destpage, tagpage($_))
- + link => htmllink($page, $destpage,
- + tagpage($_), rel => "tag")
- }, sort keys %{$tags{$page}}
- ]) if exists $tags{$page} && %{$tags{$page}} && $template->query(name => "tags");
+> Both applied, thanks. Leaving the bug open since other parts are not
+> implemented yet. See also [[rel=nofollow_on_external_links]] --[[Joey]]