White spaces are required between publicId and systemId
The error message is actually correct if not obvious. It says that your DOCTYPE must have a SYSTEM identifier. I assume yours only has a public identifier. You’ll get the error with (for instance): You won’t with: Notice “” at the end in the second one — that’s the system identifier. The error message is … Read more