I save a web site using Firefox 33.0 as "Web Page, Complete".
The problem is, the html tree of the main html file is changed statically. Before saving there was something like that:
Stuff before
<form name="test1>
inner stuff
</form>
Stuff after
After saving it looks follow:
Stuff before
<form name="test1"></form>
inner stuff
Stuff after
I tried Google Chrome and IE. The same thing.
If I save it as "Web Page, HTML Page only", the html tree is saved properly.
What issue could it be?
Thank you in advance.