Tom Green is a videoblogger!
I figured out why he's getting some extra HTML code displaying in his posts that use videoaddon.
It only seems to be visible when you're using the Firefox browser.
I've deleted some extra HTML that was causing the display problem.
This is how you fix it:
All you have to do is go in an edit a post.
Take away the ><br /> from in front of
TYPE="application/x-shockwave-flash"
So this
><br />TYPE="application/x-shockwave-flash"
would look like this
TYPE="application/x-shockwave-flash"
That
><br />
is extra.