Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.0' into 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Oct 24, 2024
2 parents 340fa88 + 76f1b4e commit 3440421
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 3440421

Please sign in to comment.