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

Fix: Add meta element with charset attribute. #9365

Merged
merged 1 commit into from
Sep 29, 2017
Merged

Fix: Add meta element with charset attribute. #9365

merged 1 commit into from
Sep 29, 2017

Commits on Sep 27, 2017

  1. Fix: Add meta element with charset attribute.

    Open html output file used Firefox and output the following error message in console.
    '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.'
    So add meta element with charset(UTF-8) attribute.
    H1Gdev committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    88e89a5 View commit details
    Browse the repository at this point in the history