summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-11-10 18:05:30 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-11-10 18:05:30 -0500
commitf0e58faefab108482e88f62db64ea6d654327d25 (patch)
treeca76d1882d1d8f281e41245d3cc232cc5f461407 /IkiWiki/Plugin/recentchanges.pm
parentd5853f3e33f70ac82c8a77519a4e1c4781da83eb (diff)
Add rel=nofollow to recentchanges_links for the same (weak) reasons it was earlier added to edit links.
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index a73ff37b9..3f70664ac 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -131,7 +131,7 @@ sub store ($$$) { #{{{
do => "recentchanges_link",
page => $_->{page}
).
- "\">".
+ "\" rel=\"nofollow\">".
pagetitle($_->{page}).
"</a>"
}