Typo3: Ausgegebenen HTML Code aufräumen

Für eine saubere HTML-Ausgabe gibt es folgenden Vorschlag1):

config {
    # Disable the comment which comes with every content element
    disablePrefixComment = 1
    # Disable the border attribute in images
    disableImgBorderAttr = 1
    # Put inline css styles into a external css file
    inlineStyle2TempFile = 1
    # In the title tag, set the page title before the website title
    pageTitleFirst = 1
    # Remove the default JS file (copy into custom JS file!)
    removeDefaultJS = 1
}