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-sanitize-array] Fix a bug StringHelper::sanitizeAttributes #287

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

simajkeee
Copy link

Bug triggered when value passed in getLink method is array like
{ class: ['class1', 'class2']}

umkasanki and others added 7 commits May 15, 2023 11:10
The .getLink() method fails when it's called
with a "class" option

What's done:
- Remove whitespaces and line breaks from
  the beginning and end of a class string
Bug triggered when value passed in getLink method is array like
{ class: ['class1', 'class2']}
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.

3 participants