--- vote_up_down.module 2009-11-13 21:42:40.236413300 -0800 +++ vote_up_down.module.new 2009-11-13 21:37:16.677906800 -0800 @@ -689,7 +689,7 @@ function template_preprocess_vote_up_dow } $token = drupal_get_token("vote_up_down/$type/$cid/1"); - $variables['title'] = url("vote_up_down/$type/$cid/1/$tag/1", array('query' => 'token='. $token)); + $variables['title'] = url("vote_up_down/$type/$cid/1/$tag/1/1", array('query' => 'token='. $token)); $variables['link'] = l('', "vote_up_down/$type/$cid/1/$tag", array( 'attributes' => array( 'class' => $variables['class'],