nevermind i fixed it. the code looked like this
$comments .= "\t".$project_type."\n";
But i changed it to this
$comments .= " \t ".$project_type."\n";
If you cant notice, i put spaces in between the quotes and the \t. after that was made, it worked. not sure why. but thanks leatherhead