Project

General

Profile

Actions

Bug #15866

closed

Frontend edit icon has duplicate title attribute hardcoded in class.tslib_content.php

Added by Neil Bertram over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
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)

Actions #1

Updated by Neil Bertram over 18 years ago

Has this been overlooked? It'll only take someone a minute to fix...

Actions #2

Updated by Martin Kutschker over 18 years ago

Fixed in CVS.

Actions

Also available in: Atom PDF