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

Normalize attributes order in generated HTML #306

Closed
phbernard opened this issue Feb 7, 2017 · 1 comment
Closed

Normalize attributes order in generated HTML #306

phbernard opened this issue Feb 7, 2017 · 1 comment

Comments

@phbernard
Copy link
Contributor

The sizes attribute is not always at the same place in the generated HTML:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">

which is okay, but not appealing. The order should be fixed.

@phbernard phbernard added this to the Package v0.15 milestone Feb 7, 2017
@phbernard
Copy link
Contributor Author

Deployed a minute ago.

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

No branches or pull requests

1 participant