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

Issue-4300 - Edit Account - New Password field validation lines are not correct #4301

Merged
merged 1 commit into from Nov 13, 2020

Conversation

berkarslan-xo
Copy link
Contributor

Fixes #4300

Summary

Self-closing span tags are bad practice and not supported by HTML actually. Spans were getting nested each other since they didn't have proper ending tags so that it's fixed now.

Demo: https://drive.google.com/file/d/1SSJ3vnkfZLOxxYJWM6MEWtU4JL0y2YNY/view?usp=sharing

Copy link
Contributor

@bdukes bdukes left a comment

Choose a reason for hiding this comment

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

👍 specifically, this is a change from jQuery 3.5, which adjusted the htmlPrefilter that was previously supporting these self-closing tags

@bdukes bdukes added this to the 9.8.1 milestone Nov 13, 2020
@bdukes bdukes merged commit 5e80599 into dnnsoftware:develop Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Account - New Password field validation lines are not correct
3 participants