Project

General

Profile

Actions

Bug #20332

closed

Validation issues in typo3/alt_db_navframe.php

Added by Patrick Broens over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-04-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Branches: Trunk

Problem:
There are two validation issues
unescaped & or unknown entity "&id"
<a> unexpected or duplicate quote mark

Solution:
On line 275 change &id= to $amp;amp;id=
On the same line remove the double quote (this is actually an error)

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.

(issue imported from #M10948)


Files

20090421_RFC_10948.diff (987 Bytes) 20090421_RFC_10948.diff Administrator Admin, 2009-04-21 16:51
Actions

Also available in: Atom PDF