Optimierung
Validation Output Error – character “<” is the first character of a delimiter but occurred as data – deutsch
Am 13, Okt 2011 | Keine Kommentare | in Optimierung | Von Lars
character “<” is the first character of a delimiter but occurred as data
Fehler: </ br>
Lösung:
Englische Meldung:
This message may appear in several cases:
- You tried to include the “<” character in your page: you should escape it as “<”
- You used an unescaped ampersand “&”: this may be valid in some contexts, but it is recommended to use “&”, which is always safe.
- Another possibility is that you forgot to close quotes in a previous tag.


Kommentar hinterlassen