То есть примерно следующее в шаблоне указано:
Код:
config {
...
doctype = xhtml_trans
xmlprologue = none
htmlTag_langKey = ru
xhtml_cleaning = all
...
}
и при этом выводится все не вот так вот:
Код:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--
This website is powered by TYPO3 - inspiring people to share!
TYPO3 is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.
TYPO3 is copyright 1998-2009 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
Information and contribution at http://typo3.com/ and http://typo3.org/
-->
<meta name="generator" content="TYPO3 4.3 CMS" />
<link rel="stylesheet" type="text/css" href="http://example.com/typo3temp/stylesheet_92c89c446a.css" media="all" />
да?
А какую систему вы используете (версию) и что используете для генерации шаблона?
Можно посоветовать плагин sourceopt для "чистки" html, но мне все-таки кажется что в шаблоне что-то не так.