Hoping you can help troubleshoot what is going on here.
http://www.realself.com/article/Lipodissolve.html
Getting this on a few posts. Should be a 728x90 ad placement, but showing the
html comment. And then some 7 unit ad format I've never seen before.
THanks
Comments
Comment #1
greg@beargroup.com commentedI followed the cache clearing instructions in here http://drupal.org/node/23635
But that was a pretty outdated post.
Comment #2
kbahey commentedThis is a problem in your filters.
You will noticed that the less than sign is escaped in the HTML source.
Change the order of the filters in your input format, and it should work.
Comment #3
greg@beargroup.com commentedThanks for the quick response - that fixed it.
Comment #4
greg@beargroup.com commentedStill getting this error, have adsense weighted first. Also seeing
<!--adsense: disabled-->periodicallyI installed the HTML corrector module recently to handle some bad UGC code coming in. It appears to take the first < and turn it into < -- if I turn it off things are better...
Are the HTML comments necessary?
Comment #5
greg@beargroup.com commentedThat is it take the less than sign and turns it into
<Comment #6
greg@beargroup.com commentedOnly getting this on the adsense filter tag that is embedded into body areas (and gets great performance), for instance [adsense:300x250:2:4]
Comment #7
tcblack commentedI have a similar issue on my site (http://www.stilltruth.com). Adsense in the header ends up displaying the comments which are supposed to be part of the javascript (at least I think that's what it's supposed to be).
Load the page in IE and it works fine but load it in Firefox and you'll see:
I've got it set to only be visible to unregistered users.
Further down the page I've set another Adsense block in the footer and it shows up just fine no matter what. So I think it cannot be a filter item.
Comment #8
darren ohThis is turning into a duplicate of issue 102252.
Comment #10
jcnventura