commit c332b38890887149483790e5f413e990e29c3a16 parent 100d73e3931958b8f9467006f989bb40eeef8f79 Author: uriel@vm41.cat-v.org <unknown> Date: Mon, 10 Aug 2009 12:34:19 +0200 Add rel="nofollow" for links to user loggin page. Diffstat:
M | apps/bridge/app.rc | | | 2 | +- |
M | apps/bridge/foot.tpl | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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 '<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>' } } diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl @@ -19,7 +19,7 @@ <input type="password" name="comment_passwd2" value=""> </label> <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> % } </form>