metagoofil icon indicating copy to clipboard operation
metagoofil copied to clipboard

HTML is not well-formed

Open GoogleCodeExporter opened this issue 9 years ago • 0 comments

What steps will reproduce the problem?
1.Execute metagoofil with any target
2.Open the HTML file generated
3.Inspect the code (firefox even highlights the errors)

What is the expected output? What do you see instead?
The HTML output can be opened with a browser and there aren't any errors or 
warnings, but if the HTML code is parsed, you realise that it is not 
well-formed. For example, it starts directly with a <title> tag without 
enveloping everything in a <document> tag. There are also two </head> ending 
tags one after the other, and several extra </pre> tags.


What version of the product are you using? On what operating system?
I've checked out a read-only copy with svn, working in an Ubuntu, but I found 
the same problem with the version provided with Kali Linux.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Apr 2014 at 11:32

GoogleCodeExporter avatar Aug 13 '15 11:08 GoogleCodeExporter