I use the optimize command on an XHTML 1.0 Strict file, and a line break between two <input> tags gets converted to a space. The manual implies this is necessary for the file to remain valid, but the w3c validator passes the file with the spaces removed, and I can't see any problem in Safari, FF or IE.
Here's an example of the original code: <input type="hidden" name="_subject" value="xxx" /> <input type="hidden" name="_to" value="[email protected]" /> After optimizing it looks like this: <input type="hidden" name="_subject" value="xxx" /> <input type="hidden" name="_to" value="[email protected]" /> Is this intended behavior? If so, what is the problem with the code? Thanks in advance. Masayo http://www.worldlink-tel.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
