diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-06-14 11:48:37 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-06-14 11:48:37 +0200 |
commit | 3a4dbe178ad4708f7c634f5cdcd71c20ec117734 (patch) | |
tree | 2e3e1ff53326b942b1767a826677e59783c643e6 /inlinepage.tmpl | |
parent | b6a83290e8ee61e98302294fd545318e2fa9ecaa (diff) | |
parent | 2fb8dbca8338e24e7018355295d8248eba6e1132 (diff) |
Merge commit 'ikiwiki' into master-da
Conflicts (manually merged):
inlinepage.tmpl
page.tmpl
passwordmail.tmpl
Diffstat (limited to 'inlinepage.tmpl')
-rw-r--r-- | inlinepage.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inlinepage.tmpl b/inlinepage.tmpl index dd4d4c8..2a221d1 100644 --- a/inlinepage.tmpl +++ b/inlinepage.tmpl @@ -46,7 +46,7 @@ Licens: <TMPL_VAR LICENSE> <div class="actions"> <ul> <TMPL_IF NAME="EDITURL"> -<li><a href="<TMPL_VAR EDITURL>">Redigér</a></li> +<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Redigér</a></li> </TMPL_IF> <TMPL_IF NAME="DISCUSSIONLINK"> <li><TMPL_VAR DISCUSSIONLINK></li> |