summaryrefslogtreecommitdiff
path: root/editcomment.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
committerJonas Smedegaard <dr@jones.dk>2018-06-09 23:01:57 +0200
commit9170baeee968e75728a57acd02672f3767c07d7e (patch)
tree72aa534df7f9dc46ca323363e68d2cc51545997c /editcomment.tmpl
parent171265e398da9eb3bce0ffed6ee3fc09cca601d7 (diff)
Sync with ikiwiki 3.20180311.ikiwiki
Diffstat (limited to 'editcomment.tmpl')
-rw-r--r--editcomment.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/editcomment.tmpl b/editcomment.tmpl
index e177db9..703564e 100644
--- a/editcomment.tmpl
+++ b/editcomment.tmpl
@@ -8,7 +8,7 @@
<TMPL_UNLESS NAME=USERNAME>
<TMPL_IF NAME=ALLOWAUTHOR>
<label for="author" class="block">Name:</label>
-<TMPL_VAR NAME=FIELD-AUTHOR> (optional, or <a href="<TMPL_VAR SIGNINURL>">signin</a>)
+<TMPL_VAR NAME=FIELD-AUTHOR> (optional, or <a rel="nofollow" href="<TMPL_VAR SIGNINURL>">signin</a>)
<br/>
<label for="url" class="block">Website:</label>
<TMPL_VAR NAME=FIELD-URL> (optional)
@@ -17,7 +17,7 @@
<TMPL_VAR NAME=FIELD-EMAIL> <TMPL_VAR FIELD-ANONSUBSCRIBE>
<br />
<TMPL_ELSE>
-(You might want to <a href="<TMPL_VAR SIGNINURL>">Signin</a> first?)
+(You might want to <a rel="nofollow" href="<TMPL_VAR SIGNINURL>">Signin</a> first?)
<br />
</TMPL_IF>
</TMPL_UNLESS>