Feature #22086 » patch_commit_03917d5f31af.patch
typo3/sysext/frontend/Classes/Page/PageGenerator.php | ||
---|---|---|
}
|
||
$pageRenderer->setHtmlTag($htmlTag);
|
||
// Head tag:
|
||
$GLOBALS['TSFE']->pSetup['headTag'] = $GLOBALS['TSFE']->cObj->stdWrap($GLOBALS['TSFE']->pSetup['headTag'], $GLOBALS['TSFE']->pSetup['headTag.']);
|
||
$headTag = $GLOBALS['TSFE']->pSetup['headTag'] ? $GLOBALS['TSFE']->pSetup['headTag'] : '<head>';
|
||
$pageRenderer->setHeadTag($headTag);
|
||
// Setting charset meta tag:
|
- « Previous
- 1
- 2
- Next »