tidy?

this is how it looked before:

  <input type="hidden" name="recipient" value="formtest@iohio.org">
          <input type="hidden" name="redirect" value="http://www.equis-o.com/confirmacionencuesta.htm">
          <input type="hidden" name="subject" value="Form">
          <input type="hidden" name="sort"value="order:>
          <input type="hidden" name="print_blank_fields" value="1">
          <input type="hidden" name="print_config" value="email">

and now it's like this:

<form><input type="hidden" name="recipient" value=
"formtest@iohio.org"> <input type="hidden" name="redirect" value=
"http://www.equis-o.com/confirmacionencuesta.htm"> <input type=
"hidden" name="subject" value="Form"> <input type="hidden" name=
"sort" value=
"order:name,address,city,state,zip,telephone,fax,email,occupation,institutio
n">
 <input type="hidden" name="print_blank_fields" value="1"> <input
type="hidden" name="print_config" value="email">  </form>


which is more difficult to understand, at least for me, so...

why does TIDY make the code untidier?

Received on Saturday, 7 February 2004 19:01:35 UTC