Is the <!--[if !mso]> right? As is, it's interpreted as a comment start (<!--), and the comment end (-->) should be further down, in that case don't delete the start.
If it's <!--[if !mso]--> instead, that's a full comment, and can be safely deleted.
|