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

Fix violation on HTML(5) #1

Merged
merged 2 commits into from Sep 3, 2017
Merged

Fix violation on HTML(5) #1

merged 2 commits into from Sep 3, 2017

Conversation

amane-katagiri
Copy link
Contributor

I added a space between attributes of script tag.

According to HTML 5 syntax, it is written as follows:

Then, the start tag may have a number of attributes, the syntax for which is described below. Attributes must be separated from each other by one or more space characters.

on https://www.w3.org/TR/html5/syntax.html#start-tags

@yymm yymm merged commit 7bcb08b into yymm:master Sep 3, 2017
@yymm
Copy link
Owner

yymm commented Sep 3, 2017

Thanks :)

@amane-katagiri
Copy link
Contributor Author

Do you plan to register this new version mdx_embedly (0.4.0?) to PyPI?

@amane-katagiri amane-katagiri deleted the feature/spaces-between-attributes branch September 4, 2017 04:07
@yymm
Copy link
Owner

yymm commented Sep 4, 2017

Fix CI issue and release 0.4.0, thanks.

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

2 participants