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

<!doctype html> -> <!DOCTYPE html> #2914

Merged
merged 1 commit into from
Sep 29, 2017
Merged

<!doctype html> -> <!DOCTYPE html> #2914

merged 1 commit into from
Sep 29, 2017

Commits on Aug 7, 2017

  1. <!doctype html> -> <!DOCTYPE html>

    Changed
    
    `<!doctype html>`
    
    to
    
    `<!DOCTYPE html>`
    
    According to the spec it should be uppercase (but parsing is case insensitive)
    Hurtak committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    a410f61 View commit details
    Browse the repository at this point in the history