aboutsummaryrefslogtreecommitdiff
path: root/templates/change.tmpl
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 /templates/change.tmpl
parentd5853f3e33f70ac82c8a77519a4e1c4781da83eb (diff)
downloadikiwiki-f0e58faefab108482e88f62db64ea6d654327d25.tar
ikiwiki-f0e58faefab108482e88f62db64ea6d654327d25.tar.gz
Add rel=nofollow to recentchanges_links for the same (weak) reasons it was earlier added to edit links.
Diffstat (limited to 'templates/change.tmpl')
-rw-r--r--templates/change.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl
index 61a54fded..0aebae61e 100644
--- a/templates/change.tmpl
+++ b/templates/change.tmpl
@@ -19,7 +19,7 @@
<span class="desc"><br />Changed by:</span>
<span class="committer">
<TMPL_IF NAME="AUTHORURL">
-<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR USER></a>
+<a href="<TMPL_VAR AUTHORURL>" rel="nofollow"><TMPL_VAR USER></a>
<TMPL_ELSE>
<TMPL_VAR USER>
</TMPL_IF>