You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Apr 2014 at 11:32The text was updated successfully, but these errors were encountered: