Add rel="nofollow" for links to user loggin page.

This commit is contained in:
Uriel 2009-08-10 12:34:19 +02:00
parent 2fa68d1133
commit 7868ca6f27
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ fn bridge_init {
ll_add handlers_body_foot template apps/bridge/foot.tpl ll_add handlers_body_foot template apps/bridge/foot.tpl
} }
if not if(~ $REQUEST_METHOD GET) if not if(~ $REQUEST_METHOD GET)
ll_add handlers_body_foot echo '<hr><p>To post a comment you need to <a href="/_users/login">login</a> first.</p>' ll_add handlers_body_foot echo '<hr><p>To post a comment you need to <a href="/_users/login" rel="nofollow">login</a> first.</p>'
} }
} }

View file

@ -19,7 +19,7 @@
<input type="password" name="comment_passwd2" value=""> <input type="password" name="comment_passwd2" value="">
</label> </label>
<div style="font-size: 70%"> <div style="font-size: 70%">
Enter your desired user name/password and after your comment has been reviewed by an admin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login">login</a> before posting. Enter your desired user name/password and after your comment has been reviewed by an admin it will be posted and your account will be enabled. If you are already registered please <a href="/_users/login" rel="nofollow">login</a> before posting.
</div> </div>
% } % }
</form> </form>