--- comment.module.orig	2008-09-16 23:22:38.000000000 -0700
+++ comment.module	2008-12-09 13:25:34.000000000 -0800
@@ -1786,10 +1786,10 @@
       // We cannot use drupal_get_destination() because these links
       // sometimes appear on /node and taxonomy listing pages.
       if (variable_get('comment_form_location_'. $node->type, COMMENT_FORM_SEPARATE_PAGE) == COMMENT_FORM_SEPARATE_PAGE) {
-        $destination = 'destination='. drupal_urlencode("comment/reply/$node->nid#comment-form");
+        $destination = 'destination='. drupal_urlencode("comment/reply/$node->nid") . "#comment-form";
       }
       else {
-        $destination = 'destination='. drupal_urlencode("node/$node->nid#comment-form");
+        $destination = 'destination='. drupal_urlencode("node/$node->nid") . "#comment-form";
       }
 
       if (variable_get('user_register', 1)) {
