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

Add quotes around theme-color content. #466

Merged
merged 1 commit into from
Apr 18, 2018
Merged

Conversation

goto-bus-stop
Copy link
Member

@goto-bus-stop goto-bus-stop commented Apr 13, 2018

This is a 🐛 bug fix

Probably missed this in the mime types PR. That moved the theme color
onto metadata, without surrounding it with quotes first.

Before:

<meta name="theme-color" content=#fff>

After:

<meta name="theme-color" content="#fff">

Checklist

  • tests pass

Semver

Patch

Probably missed this in the mime types PR. That moved the theme color
onto metadata, without surrounding it with quotes first.

Before:

    <meta name="theme-color" content=#fff>

After:

    <meta name="theme-color" content="#fff">
@goto-bus-stop goto-bus-stop merged commit e6b5f90 into master Apr 18, 2018
@goto-bus-stop goto-bus-stop deleted the fix/theme-color-quote branch May 8, 2018 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant