Skip to content

Commit

Permalink
Merge #5517 from 4.1 into 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Oct 24, 2024
2 parents 89696c0 + 3440421 commit b7a2ed3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ else if (null != cdataStartSlashStar.reset() && cdataStartSlashStar.find()
} else if (!withinStyle || isStyle) {
isStyle = false;
}
if (!withinScript && !withinScript) {
// always turn escaping back on once an element ends
if (!withinScript && !withinStyle) {
dontEscape = false;
}

Expand Down

0 comments on commit b7a2ed3

Please sign in to comment.