shithub: werc

Download patch

ref: b890372495c75c386e2917778487c0ac3c01d803
parent: 6b065ffc1a922beb888ce0972ac27c5f2ab6aedc
author: Uriel <u@berlinblue.org>
date: Fri Apr 16 21:05:13 EDT 2010

Remove internal nofollow's that waste pagerank.

--- a/apps/bridge/app.rc
+++ b/apps/bridge/app.rc
@@ -34,7 +34,7 @@
                 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" rel="nofollow">login</a> first.</p>'
+            ll_add handlers_body_foot echo '<hr><p>To post a comment you need to <a href="/_users/login">login</a> first.</p>'
     }
 }
 
--- a/apps/bridge/foot.tpl
+++ b/apps/bridge/foot.tpl
@@ -20,7 +20,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" rel="nofollow">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">login</a> before posting.
     </div>
 %   }
 %   if not if(~ $#bridge_anon_comments 1) {