Hi,
i am pretty new to wordpress plugin programming and i am facing a frustrating problem:
Wordpress does somehow compress the html output - it cuts linebreaks and unnessary whitespaces. thats fine so far - but it also removes some meta tags, like "description" and "keywords" . i added them directly in the themes header.php and also tried to add them via various plugins - but both dont work (wp_head() is fired in the header).
i cant explain this behaviour and cant find any documentation on this. also strange: yesterday this compression was not active and all worked fine. maybe its kind of caching system feature? but as far as i understood, caching is deactivated by default.
I am talking about this blog: http://hjacob.com/blog/
Theme: Cutline
Active Plugins: Twitter Widget, iwPhone, SyntaxHighlighter
the problem also occurs when all plugins are deactivated.
does any one have an explanation for this?
thanks in advance & best regards,
hendrik