Actions
Bug #15866
closedFrontend edit icon has duplicate title attribute hardcoded in class.tslib_content.php
Start date:
2006-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In 4.0rc1, line 6989, the line reads:
$iconImg = $conf['iconImg'] ? $conf['iconImg'] : '<img src="'.TYPO3_mainDir.'gfx/edit_fe.gif" width="11" height="12" border="0" align="top" title="'.t3lib_div::deHSCentities(htmlspecialchars($iconTitle)).'"'.$style.' class="frontEndEditIcons" alt="" title="" />';
Note that title= is specified twice, the last time trying to set an empty title. This is not valid XHTML.
(issue imported from #M2938)
Updated by Neil Bertram over 18 years ago
Has this been overlooked? It'll only take someone a minute to fix...
Actions