[TYPO3-german] tidy + xhtml 1.1?
Fabian Koenig
koenig at bluhouse.de
Mon Jul 9 12:10:09 CEST 2007
Hi!
Ich moechte meinen Source etwas "verschoenern" und habe momentan meine
Seite auf xhtml 1.0 strict laufen (klapptm auch ganz gut und sieht nice
aus. Hehe..)
Der Code wird mit "tidy" zurechtgerueckt und tidy ueberschreibt auch die
doctype-Einstellungen im TypoScript, so dass ich via TS keinen doctype
waehlen kann. (Doctype muss also als Parameter beim tidy-Aufruf
angegeben werden.)
Meine aktuelle tidy-Typo3-Konfiguration (localconf.php):
$TYPO3_CONF_VARS['FE']['tidy'] = '1';
$TYPO3_CONF_VARS['FE']['tidy_option'] = 'all';
$TYPO3_CONF_VARS['FE']['tidy_path'] = '\pfad\zum\tidy --indent auto
--tidy-mark no --doctype strict --output-xhtml true --char-encoding utf8';
Was muss ich dort also beim doctype reinschreiben, um ein
xhtml1.1-Dokument zu bekommen, bzw. wie kann ich den doctype trotz tidy
via TypoScript einstellen?
mfg
Fabian
More information about the TYPO3-german
mailing list