Twitter Card Meta Data Not Getting All Text
I have tried placing meta data in the Facebook:OG field and using an HTML snippet. Twitter picks up the Twitter Card meta data, but it comes in a bit mangled. This is my meta data:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ipswitchft">
<meta name="twitter:title" content=”Protecting FTP Servers Exposed to the Internet">
<meta name="twitter:description" content="Join security expert Randy Franklin Smith in this webinar as he illuminates FTP security best practices.”>
<meta name="twitter:image" content="resources.ipswitchft.com/rs/751-HBN-596/images/Protecting-FTP-Servers-Exposed.png">
<meta property="og:title" content="Protecting FTP Servers Exposed to the Internet" />
<meta property="og:type" content="article" />
<meta property="og:image" content="resources.ipswitchft.com/rs/751-HBN-596/images/Protecting-FTP-Servers-Exposed.png" />
<meta property="og:description" content="Join security expert Randy Franklin Smith in this webinar as he illuminates FTP security best practices." />
Twitter Card validator shows this:

I'm at a new job and this seems to be isolated to the Marketo instances at my new company. I've never had this issue before.
Any suggestions?