I'm having some trouble with WP "correcting" code for the Polldaddy plugin. Here's the original code from polldaddy/ratings.php:
Here's what WP is kicking out:
I'm noticing two "errors":
<p>tag being added at the beginning of line 2.- The second
>is being converted to>.
I'm using this plugin, which should be disabling wpautop, etc. It's odd, too, that it's only converting one >. As far as I know, the plugin is working, as my post and page content is not affected.
I basically never use the WYSIWYG editor, and I have tried deleting and creating new posts, etc., but still no luck. Any help would be appreciated. All of my pages validate XHTML 1.0 STRICT, but anything with a post on it (because of ratings) fails to validate. If I turn off ratings for posts, the post page validates. (FYI: I don't use ratings on pages)
I will try to check back frequently if anyone has an idea but needs more information. Thanks!