Crash on convert to CSS of tag with dodgy attribute

I'm using HTML-Kit. When I run HTML-Tidy on a document with this tag in, and "convert to style sheets" active, the HTML-Tidy DLL crashes:

<input type="text" value"<?php echo($email); ?>" name="email" size="20" style="font-family: Verdana; font-size: 10px; color: #FFFFFF; background-color: #333333; border: 1 solid #C0C0C0">

Note the missing "=" sign after the "value" attribute. This is what sets it off.

The error message given is "Access Violation at address 021AEA76 in module 'HTMLTidy.dll'. Read of address 00000000.", then HTML-Kit crashes.

Thanks,

Russ Garrett (rg@tcslon.com)

Received on Saturday, 4 August 2001 09:02:11 UTC