Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Conversation

@DarkPurple141
Copy link
Contributor

@DarkPurple141 DarkPurple141 commented Feb 14, 2019

What kind of change does this PR introduce?
Bugfix to helpers.js which specified 'utf8' rather than 'utf-8' for the script element charset.

As an aside this attribute is deprecated on script tags. It is inherited automatically as utf-8 from the document. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes

Does this PR introduce a breaking change?
No

Please check if the PR fulfills these requirements

  • The commit message follows semantic-release guidelines
  • Fix/Feature: Docs have been added/updated
  • Fix/Feature: Tests have been added; existing tests pass

1. This was incorrect;
2. This is inherited automatically as utf-8 from the document. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script#Deprecated_attributes
Copy link
Owner

@MatteoGabriele MatteoGabriele left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the check

Copy link
Owner

@MatteoGabriele MatteoGabriele left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately the commit message doesn't match the requirements so it won't be deployed by the script. please change it as required

thanks :)

@DarkPurple141
Copy link
Contributor Author

See #199

@DarkPurple141 DarkPurple141 deleted the patch-1 branch March 10, 2019 00:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants