Project

General

Profile

Bug #21216 » 12168.diff

Administrator Admin, 2009-10-11 19:08

View differences:

typo3/sysext/cms/tslib/class.tslib_pagegen.php (working copy)
$customContent = $GLOBALS['TSFE']->config['config']['headerComment'];
if (trim($customContent)) {
$pageRenderer->addInlineComment($customContent);
$pageRenderer->addInlineComment("\t" . str_replace(array("\n", "\r\n"), array("\n\t", "\n\t"), trim($customContent)));
}
// Setting charset:
......
// Setting charset meta tag:
$pageRenderer->setCharSet($theCharset);
$pageRenderer->addInlineComment('
This website is powered by TYPO3 - inspiring people to share!
$pageRenderer->addInlineComment(' 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/
(2-2/2)