diff options
Diffstat (limited to 'templates/editcomment.tmpl')
-rw-r--r-- | templates/editcomment.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl index e177db959..703564eb6 100644 --- a/templates/editcomment.tmpl +++ b/templates/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> |