I found a problem with SEO Smart links
when I do this:
<h2 id="seo-smartlinks">SEO Smart Links</h2>
it converts it to this:
<h2 id=\"seo-smartlinks\">SEO Smart Links</h2>
when I use the single quote, like this:
<h2 id='seo-smartlinks'>SEO Smart Links</h2>
it works just fine and returns this:
<h2 id='seo-smartlinks'>SEO Smart Links</h2>
figured this out by enabling and disabling the plugin. the problem disappears when I disable the plugin.
any suggestions on a fix for it?