Project

General

Profile

Bug #22014 » 22014_emptyTitleHandling.diff

4.5 - Robert Heel, 2011-09-19 17:07

View differences:

typo3_src-4.5.6/typo3/sysext/cms/tslib/class.tslib_content.php 2011-09-19 14:20:17.000000000 +0000
$altParam = ' alt="' . htmlspecialchars($altText) . '"';
// "title":
$emptyTitleHandling = 'useAlt';
$emptyTitleHandling = 'removeAttr';
$emptyTitleHandling = isset($conf['emptyTitleHandling.'])
? $this->stdWrap($conf['emptyTitleHandling'], $conf['emptyTitleHandling.'])
: $conf['emptyTitleHandling'];
(2-2/2)