diff options
-rw-r--r-- | templates/editcomment.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl index 545edb596..32e8c392d 100644 --- a/templates/editcomment.tmpl +++ b/templates/editcomment.tmpl @@ -7,7 +7,7 @@ <TMPL_UNLESS NAME=USERNAME> <TMPL_IF NAME=ALLOWAUTHOR> Name: <TMPL_VAR NAME=FIELD-AUTHOR> (optional, or -<a href="<TMPL_VAR SIGNINURL>">Signin</a>)<br /> +<a href="<TMPL_VAR SIGNINURL>">signin</a>)<br /> Website: <TMPL_VAR NAME=FIELD-URL> (optional)<br /> <TMPL_ELSE> (You might want to <a href="<TMPL_VAR SIGNINURL>">Signin</a> first?)<br /> |