Actions
Bug #23034
closedhelp text renders invalide code
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-06-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The code in t3lib_befunc.php->helpTextIcon() renders the following code
--------
<a class="typo3-csh-link" href="#" onclick"$link">
<span>...</span>
<div>...</div>
</a>
--------
which is of course not valide. As the href is not used, it could be also transformed to a div.
(issue imported from #M14912)
Actions