diff -Naur old/googleanalytics.php new/googleanalytics.php --- old/googleanalytics.php 2007-10-24 11:27:59.384063397 -0700 +++ new/googleanalytics.php 2007-10-24 10:53:53.229192251 -0700 @@ -272,7 +272,7 @@ if ( $target["domain"] != $origin["domain"] ){ $coolBit .= " onclick=\"javascript:urchinTracker('/outbound/commentauthor/".$target["host"]."');\" "; } - return $matches[1] . "\"" . $matches[2] . "\"" . $coolBit . $matches[3]; + return $matches[1] . "\"" . $matches[2] . "\" " . $coolBit . $matches[3]; } } // class GA_Filter } // endif @@ -307,4 +307,4 @@ add_filter('comment_text', array('GA_Filter','comment_text'), 99); add_filter('get_comment_author_link', array('GA_Filter','comment_author_link'), 99); -?> \ No newline at end of file +?>