summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-14 02:22:32 +0200
committerJonas Smedegaard <dr@jones.dk>2008-06-14 02:22:32 +0200
commit2fb8dbca8338e24e7018355295d8248eba6e1132 (patch)
tree5d73bac2f7c07ef3cb15da04c79c4a9f5c7870f1 /page.tmpl
parentca952f3eaea5227909b8cf574ee2d8fa34aa21b7 (diff)
Sync with ikiwiki 2.49.
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.tmpl b/page.tmpl
index 249ee2e..b903adb 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -30,7 +30,7 @@
<div class="actions">
<ul>
<TMPL_IF NAME="EDITURL">
-<li><a href="<TMPL_VAR EDITURL>">Edit</a></li>
+<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
</TMPL_IF>
<TMPL_IF NAME="RECENTCHANGESURL">
<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>