Project

General

Profile

Actions

Bug #22132

closed

HTML validation error in the BE with the ajax.php inclusion

Added by Oliver Klee almost 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-02-18
Due date:
% Done:

0%

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

Description

<script src="ajax.php?ajaxID=ExtDirect::getAPI&namespace=TYPO3.Backend" type="text/javascript"></script>

The & isn't encoded as &, causing the following validation errors:

line 69 column 47 - Warnung: cannot generate system identifier for general entity "namespace"
line 69 column 47 - Fehler: general entity "namespace" not defined and no default entity
line 69 column 56 - Fehler: reference to entity "namespace" for which no system identifier could be generated
line 69 column 46 - Info: entity was defined here

(issue imported from #M13570)


Files

namespace.diff (456 Bytes) namespace.diff Administrator Admin, 2010-02-18 11:26
13570-v2.diff (482 Bytes) 13570-v2.diff Administrator Admin, 2010-02-18 11:50
13570-v3.diff (1.76 KB) 13570-v3.diff Administrator Admin, 2010-02-20 13:04
Actions #1

Updated by Steffen Kamper over 14 years ago

Committed to svn,
4_3 rev 6956
trunk rev 6957

Actions

Also available in: Atom PDF