Tag Object broken on WordPress 2.2
-
I has some code in many posts at 2.1.3 looking like this:
<object type=”application/x-shockwave-flash” data=”https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=47919&doc=genial-forges-18644″ height=”348″ width=”425″>
<param name=”movie” value=”https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=47919&doc=genial-forges-18644″></param> </object>
When i update to 2.2, the post came to look like:
<object type=”application/x-shockwave-flash” data=”https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=47919&doc=genial-forges-18644″ height=”348″ width=”425″>
</p>
`<param name=”movie” value=”https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=47919&doc=genial-forges-18644″></param> </object>
Note the p tag terminator before then param tag
I have to deactivate all plugins to ensure that they are’nt the problem. ?Is there any quick solution or could i wait to next release for upgrading?.
- The topic ‘Tag Object broken on WordPress 2.2’ is closed to new replies.