FitVids.js icon indicating copy to clipboard operation
FitVids.js copied to clipboard

No charset set

Open fosslinux opened this issue 7 years ago • 2 comments

When I run the W3C Validator against tests.html, I get an error saying The character encoding was not declared. Proceeding using windows-1252.. So which encoding should it be?

fosslinux avatar Nov 27 '17 07:11 fosslinux

DISCLAIMER: I have read CONTRIBUTING.md and have figured that a testcase can't happen this specific issue. If there is one that I can provide, please tell me.

fosslinux avatar Nov 27 '17 07:11 fosslinux

UTF-8 and that file in particular is lang="en-us" as well if you want to update the <html> element

davatron5000 avatar Nov 27 '17 16:11 davatron5000