Is called in wp_head. I also could not reproduce the problem on the local server 🙁
The code that returns the problematic content is exactly this:
public function add_to_head()
{
// (…)
echo “<noscript><style type=\”text/css\”>\n”;
echo “.adzone { visibility: visible!important; height: auto!important; }”;
echo “</style></noscript>\n”;
}
So it’s a plugin bug, right?
Thanks for your response!
That sounds like a plugin bug to me. This code is injected by a WordPress plugin.
I’ll try to reproduce this error.
Thank you very much. Beta version solved my problem!