Project

General

Profile

Feature #22482 ยป bug_0014147-breakWidth-stdWrap.patch

Administrator Admin, 2010-08-26 16:19

View differences:

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);
    (1-1/1)