From 7868ca6f27aa596a4b0b5874c3039d01e4cd85db Mon Sep 17 00:00:00 2001 From: Uriel Date: Mon, 10 Aug 2009 12:34:19 +0200 Subject: [PATCH] Add rel="nofollow" for links to user loggin page. --- apps/bridge/app.rc | 2 +- apps/bridge/foot.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc index 60850e3..035fa73 100644 --- a/apps/bridge/app.rc +++ b/apps/bridge/app.rc @@ -31,7 +31,7 @@ fn bridge_init { ll_add handlers_body_foot template apps/bridge/foot.tpl } if not if(~ $REQUEST_METHOD GET) - ll_add handlers_body_foot echo '

To post a comment you need to login first.

' + ll_add handlers_body_foot echo '

To post a comment you need to login first.

' } } diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl index fba1ed7..643086f 100644 --- a/apps/bridge/foot.tpl +++ b/apps/bridge/foot.tpl @@ -19,7 +19,7 @@
- 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 login 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 login before posting.
% }