Closing </body></html> tags don't appear included in the response

7 months ago
To replicate this defect:

Using Chrome Version 116.0.5845.111 (Official Build) (64-bit), Win 10
https://demo.nopcommerce.com/

Right click > View source. Scroll to the bottom of the response. There is no closing </body> or </html> tags. (Possible this is a defect within the script bundling?)
7 months ago
I can see they are missing in Inspect - Sources for the page
But for Inspect - Element the tags are there
7 months ago
Possible that the browser vendor(s) infer closing tags when no tags are present?

I can only assume this is the case, since the site operates without any visible issues to the end user, despite the absence of the closing tags.
7 months ago
Thanks, we'll check it.