Doctype & UTF-8

Stellt den Doctype auf XHTML 1.0 Transitional und den Zeichensatz auf UTF-8.

  1. config {
  2. xhtml_cleaning = all
  3. doctype = xhtml_trans
  4. xhtmlDoctype = xhtml_trans
  5. xmlprologue = none
  6. metaCharset = utf-8
  7. additionalHeaders = Content-Type:text/html;charset=utf-8
  8. }
Diese Seite ist hier zu Hause: http://www.baumgartner-werbung.com/typo-3/codeschnipsel/konfiguration/doctype.html