Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.10.0-b1
-
Component/s: None
-
Labels:None
Description
We ran into an issue recently with a French language string that was output into JS with an apostrophe thus breaking the JS syntax. We should be able to just escape those with addslashes() to avoid this kind of issue.