Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Declare charset in tests/index.html #1337

Merged
merged 1 commit into from
May 4, 2015

Conversation

nikolas
Copy link
Contributor

@nikolas nikolas commented Apr 28, 2015

Fixes this warning in the JS console in FF 37:

The character encoding of the HTML document was not declared.
The document will render with garbled text in some browser
configurations if the document contains characters from outside
the US-ASCII range. The character encoding of the page must be
declared in the document or in the transfer protocol.

Fixes this warning in the JS console in FF 37:

  The character encoding of the HTML document was not declared.
  The document will render with garbled text in some browser
  configurations if the document contains characters from outside
  the US-ASCII range. The character encoding of the page must be
  declared in the document or in the transfer protocol.
jrburke added a commit that referenced this pull request May 4, 2015
Declare charset in tests/index.html
@jrburke jrburke merged commit 18e6366 into requirejs:master May 4, 2015
@jrburke
Copy link
Member

jrburke commented May 4, 2015

Ah I don't see these any more because the web server I use auto-defaults to UTF-8 in the headers it sends back. Fine to merge this though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants