Actions
Bug #22132
closedHTML validation error in the BE with the ajax.php inclusion
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
Updated by Steffen Kamper over 14 years ago
Committed to svn,
4_3 rev 6956
trunk rev 6957
Actions