- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Mon, 19 May 2003 20:09:35 +0200
- To: JOSEPH GHOBREAL <Ghobreal.Joseph@abc.net.au>
- Cc: "html-tidy@w3.org" <html-tidy@w3.org>
* JOSEPH GHOBREAL wrote:
>I was searching the net for a solution for the problem mentioned above,
>can you send me the patch to fix this problem.
So you have
  <foo><bar/><baz></baz></foo>
and want
  <foo><bar/><baz></baz></foo>
but Tidy gives
  <foo>
    <bar />
  
    <baz>
    </baz>
  </foo>
and that's a problem?
Received on Monday, 19 May 2003 14:09:51 UTC