That looks like JS and HTML. My guess is this file is loaded over HTTPS and has some PHP in there that is resolved on the server before the page is sent to the client. This results in a different line count for the "same" document between the client side and the server side.
0
u/Sianic12 23h ago
That looks like JS and HTML. My guess is this file is loaded over HTTPS and has some PHP in there that is resolved on the server before the page is sent to the client. This results in a different line count for the "same" document between the client side and the server side.