Re: escaped & not validated correctly

Can't replicate :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Title</title>
</head>

<body>
<div class='text'>
 <a class='imgB' href='?art=del&amp;file=datei1#focus'><img
src='del.png' alt='del' /></a>
 <a class='imgB' href='?art=edit&amp;file=datei1#focus'><img
src='change.png' alt='change' /></a>
Die Kreuzigung (John Stainer)<br />
http://www.kath-zeitz.de/?mm=1&amp;me=8</div>
</body>
</html>

Philip Taylor

Received on Friday, 1 March 2013 15:19:09 UTC