Actions
Bug #20347
closedValidation issue: unescaped & or unknown entity "&returnUrl" in typo3/file_list.php
Start date:
2009-04-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Branches: Trunk
Problem:
Validation issue: unescaped & or unknown entity "&returnUrl"
Solution:
On lines 350 and 353 change &returnUrl= to &returnUrl=
Remarks:
There are actually more warnings:
<a> proprietary attribute "oncontextmenu"
This is because oncontextmenu is not a valid javascript event of the
anchor tag. I will have a look at it to get this event out of the tag
and add proper event listeners to it in the future.
I added this note before anybody shouts this is also an issue. I'm aware
of it.
Notes:
I consider this a no-brainer, as it does not change any functionality,
only proper markup.
Cheers,
Patrick
(issue imported from #M10967)
Files
Actions