Bug #22014 » emptyTitleHandling.diff
typo3_src-4.3.1/typo3/sysext/cms/tslib/class.tslib_content.php 2010-01-25 10:54:55.000000000 +0100 | ||
---|---|---|
$altParam = ' alt="'.htmlspecialchars($altText).'"';
|
||
// "title":
|
||
$emptyTitleHandling = 'useAlt';
|
||
$emptyTitleHandling = 'removeAttr';
|
||
if ($conf['emptyTitleHandling']) {
|
||
// choices: 'keepEmpty' | 'useAlt' | 'removeAttr'
|
||
$emptyTitleHandling = $conf['emptyTitleHandling'];
|