--- similar.module.orig 2007-08-16 03:02:13.000000000 -0400 +++ similar.module 2007-08-16 03:02:01.000000000 -0400 @@ -243,15 +243,19 @@ variable_get('similar_rel_nofollow', 0) ? array('rel' => 'nofollow') : NULL, NULL, NULL, - NULL, - true + TRUE, + TRUE ) . '
'; } else { $items[] = l( $content->title, 'node/'.$node->nid, - variable_get('similar_rel_nofollow', 0) ? array('rel' => 'nofollow') : NULL + variable_get('similar_rel_nofollow', 0) ? array('rel' => 'nofollow') : NULL, + NULL, + NULL, + TRUE, + TRUE ); } }