summaryrefslogtreecommitdiff
path: root/editcomment.tmpl
diff options
context:
space:
mode:
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>