Lines 1436-1443 in lib/MT/Template/Context.pm:
CODE
$url =~ s/>/>/g;
if ($c->id && !$args->{no_redirect}) {
return sprintf(qq(<a target="_blank" title="%s" href="%s%s?__mode=red;id=%d">%s</a>),
$url, $cgi_path, $comment_script, $c->id, $name);
} else {
# In the case of preview, show URL directly without a redirect
return sprintf(qq(<a target="_blank" title="%s" href="%s">%s</a>),
$url, $url, $name);