Quick question on divs in xhtml

When I use -asxhtml, tidy changes this:

<div class="foo" />

into this:

<div class="foo"></div>

this seems odd to me. Is it a bug or a feature?

Received on Tuesday, 7 September 2004 13:41:11 UTC