Project

General

Profile

Bug #24865 » typo3core_bugfix_17373_trunk.patch

Administrator Admin, 2011-01-28 22:59

View differences:

typo3/sysext/cms/tslib/class.tslib_content.php (copie de travail)
$uTagName = strtoupper($conf['remapTag.'][$uTagName] ? $conf['remapTag.'][$uTagName] : $uTagName);
} else {
$uTagName = strtoupper($nonWrappedTag);
// The line will be wrapped: $uTagName should not be an empty tag
$emptyTag = 0;
$str_content = $lParts[$k];
$nWrapped = 1;
$attrib = array();
(1-1/2)