summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-28 03:09:04 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-28 03:09:04 -0400
commit67254135169cc57f4158f321b00964f250ca8d15 (patch)
tree08aa3283eeec867e88020be8a46c6b5f9d0c7c7a /IkiWiki.pm
parent25c952abf30de3498ce51a0d8a71ae20bd500818 (diff)
Add rel=nofollow to edit links. This may prevent some spiders from pounding on the cgi following edit links.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 0440f4020..8af0d7889 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -598,7 +598,7 @@ sub htmllink ($$$;@) { #{{{
page => pagetitle(lc($link), 1),
from => $lpage
).
- "\">?</a>$linktext</span>"
+ "\" rel=\"nofollow\">?</a>$linktext</span>"
}
}