Bug #24865 » typo3core_bugfix_17373_trunk.patch
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();
|