Skip to content

Fix #12: fix warnings and errors from validator.w3.org

Raymond Toy requested to merge issue-12-fix-warnings-from-validator into master

Fixed the following issues reported by validator.w3.org:

  • Warning: Add "lang=en" to the html tag
  • Warning: type attribute not needed for Javascript.
  • Error: meta to specify language is obsolete

Merge request reports