Has anyone noticed that using CFDUMP breaks XHTML? Reason?
<script language="Javascript"> </script> Is not allowed, as it should contain a type attribute: <script language="JavaScript" type="text/javascript"> </script> Now I know that this isn't really too important for a development application (I mean, who would use CFDUMP in a development environment), but it is annoying when you are trying to make XHTML compliant code, and this issue pops up in development! Has anyone spotted any other CF display tags that are not XHTML compliant? Paul -------------------------- Paul Johnston PJ Net Solutions Ltd E: [EMAIL PROTECTED] M: +44 7866 573013 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
