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

[8.x] Adds a small fix for unicode with blade echo handlers #37697

Merged
merged 3 commits into from
Jun 15, 2021
Merged

[8.x] Adds a small fix for unicode with blade echo handlers #37697

merged 3 commits into from
Jun 15, 2021

Conversation

lukeraymonddowning
Copy link
Contributor

Howdy!

I noticed when working with blade echo handlers today that when outputting string values (such as unicode characters) that include ';', an error would be thrown. This PR fixes this issue by checking that the value really ends with ';' before stripping it.

I've added a test to prove it works correctly now.

As always, thanks for everything!

Regards,
Luke

@taylorotwell taylorotwell merged commit e05968a into laravel:8.x Jun 15, 2021
@lukeraymonddowning lukeraymonddowning deleted the semicolon-handling-fix branch April 17, 2023 11:27
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.

2 participants