Index: vote_up_down.module
===================================================================
--- vote_up_down.module	(revision 1039)
+++ vote_up_down.module	(working copy)
@@ -513,9 +513,9 @@
       }
 
       $token = drupal_get_token("vote_up_down/$type/$cid/1");
-      $output .= '<span id="vote_up_'. $cid .'" class="'. $class .'" title="'. url("vote_up_down/$type/$cid/1/1", array('query' => 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote up')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
+      $output .= '<span id="vote_up_'. $cid .'" class="'. $class .'" title="'. url("vote_up_down/$type/$cid/1/1", 'token='. $token) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote up')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
       $token = drupal_get_token("vote_up_down/$type/$cid/-1");
-      $output .= '<span id="vote_down_'. $cid .'" class="'. $class2 .'" title="'. url("vote_up_down/$type/$cid/-1/1", array('query' => 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/-1", array('class' => $class2, 'title' => t('Vote down')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
+      $output .= '<span id="vote_down_'. $cid .'" class="'. $class2 .'" title="'. url("vote_up_down/$type/$cid/-1/1", 'token='. $token) .'">'. l('', "vote_up_down/$type/$cid/-1", array('class' => $class2, 'title' => t('Vote down')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
     }
     else {
       $output .= '<span class="up-inact" title="'. t('You must login to vote.') .'"></span>';
@@ -547,7 +547,7 @@
       }
 
       $token = drupal_get_token("vote_up_down/$type/$cid/1");
-      $output .= '<span id="vote_up_'. $cid .'" class="'. $class .'" title="'. url("vote_up_down/$type/$cid/1/1/1", array('query' => 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
+      $output .= '<span id="vote_up_'. $cid .'" class="'. $class .'" title="'. url("vote_up_down/$type/$cid/1/1/1", 'token='. $token) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'</span>';
 
     }
     else {
