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

Don’t generate invalid closing </link> tags #13

Merged
merged 1 commit into from
Nov 6, 2017

Commits on Nov 6, 2017

  1. Don’t generate invalid closing </link> tags

    These are forbidden in HTML 4 and HTML5.
    
    https://www.w3.org/TR/html401/struct/links.html#edef-LINK
    https://www.w3.org/TR/html5/document-metadata.html#the-link-element
    
    Use self-closing syntax for XHTML compatibility.
    
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    andersk committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    843a421 View commit details
    Browse the repository at this point in the history