Feature #22482 ยป bug_0014147-breakWidth-stdWrap.patch
typo3/sysext/cms/tslib/class.tslib_gifbuilder.php 2010-08-26 16:11:10.000000000 +0200 | ||
---|---|---|
}
|
||
$this->combinedTextStrings[] = strip_tags($conf['text']);
|
||
$conf['breakWidth']=$cObj->stdWrap($conf['breakWidth'],$conf['breakWidth.']);
|
||
// Max length = 100 if automatic line braks are not defined:
|
||
if (!isset($conf['breakWidth']) || !$conf['breakWidth']) {
|
||
$tlen = (intval($conf['textMaxLength']) ? intval($conf['textMaxLength']) : 100);
|