Skip to content

Commit

Permalink
Adds   as an HTML entity, since Elementor does not directly conv…
Browse files Browse the repository at this point in the history
…ert it
  • Loading branch information
mhkuu committed Dec 8, 2023
1 parent 4d69f2c commit 17188b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yoastseo/src/helpers/htmlEntities.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const htmlEntities = new Map( [
[ "deg;", "°" ],
[ "asymp;", "≈" ],
[ "ne;", "≠" ],
[ "nbsp;", " " ],
] );

// Regex to find all HTML entities.
Expand Down

0 comments on commit 17188b8

Please sign in to comment.