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 .= ' 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote up')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
+ $output .= ''. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote up')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
$token = drupal_get_token("vote_up_down/$type/$cid/-1");
- $output .= ' 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/-1", array('class' => $class2, 'title' => t('Vote down')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
+ $output .= ''. l('', "vote_up_down/$type/$cid/-1", array('class' => $class2, 'title' => t('Vote down')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
}
else {
$output .= '';
@@ -547,7 +547,7 @@
}
$token = drupal_get_token("vote_up_down/$type/$cid/1");
- $output .= ' 'token='. $token)) .'">'. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
+ $output .= ''. l('', "vote_up_down/$type/$cid/1", array('class' => $class, 'title' => t('Vote')), drupal_get_destination() .'&token='. $token, NULL, FALSE, TRUE) .'';
}
else {