hide-endtags

Howdy.  I've got a small issue with this option.

Given the following file test.htm:

   <html>
   <body>
   hello
   </body>
   </html>

If I execute:
   tidy --hide-endtags true test.htm

I'll get back:

   <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
   <meta name="generator" content="HTML Tidy, see www.w3.org">
   <title></title>
 
   hello

And similarly for large files - it strips off the <html> and
<body> tags.

Any suggestions?

// tim

Received on Wednesday, 21 March 2001 21:37:25 UTC