9.6 now adds extra lines to html documents when I use either Strict
Hierarchical or Pretty Print. It is annoying the first time I format
but even more annoying if I reformat since it will continue to add
extra lines.

Thus markup like:
<h1>Title</h1>
will become the first time
<h1>
   Title

</h1>
and this the next time:
<h1>
   Title


</h1>
what I really expect is:
<h1>
   Title
</h1>
Is there a way to get back to the prior version formatting?

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
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 feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to