--- typo3/class.tsblib_gifbuilder.php.orig 2010-08-26 16:10:22.000000000 +0200 +++ typo3/sysext/cms/tslib/class.tslib_gifbuilder.php 2010-08-26 16:11:10.000000000 +0200 @@ -507,6 +507,7 @@ } $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);