Re: Tidy Bug Jul 26

| If their is a blank ALT element in the HTML source like
| 
| ALT=""
| 
| Tidy is changing this to:
| 
| ALT

Sure? I tried exactly your code and i got:

<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title></title>
</head>
<body>
<img alt="">
</body>
</html>

Received on Friday, 6 August 1999 18:33:44 UTC