Project

General

Profile

Bug #24462 » 16902.diff

Administrator Admin, 2011-01-12 19:17

View differences:

typo3/sysext/cms/tslib/content/class.tslib_content_text.php (revision )
* @return string Output
*/
public function render($conf = array()) {
$content = '';
if(isset($conf['value'])) {
$content = $conf['value'];
unset($conf['value']);
$content = $conf['value'];
unset($conf['value']);
}
if(count($conf)) {
$content = $this->cObj->stdWrap($content, $conf);
}
(1-1/4)