Tidy removing break lines?

I'm using HTMLTidy with HomeSite+.

When I run HTMLTidy, it removes all break lines - why is that so?

E.g. my code:

<p>test</p>

<p>test</p>

After running HTMLTidy:

<p>test</p>
<p>test</p>

Received on Thursday, 26 February 2004 17:31:21 UTC