Skip to content

Investigating HTML encoding error in journeys#7589

Open
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-html-encoding-error
Open

Investigating HTML encoding error in journeys#7589
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-html-encoding-error

Conversation

Copy link
Copy Markdown

Copilot AI commented May 22, 2026

No description provided.

Copilot AI and others added 2 commits May 22, 2026 10:42
The parseData function in jquery.i18n.properties.js handles escape
sequences for =, :, and ! characters but did not handle \' (backslash
+ apostrophe). This caused localization strings like "Don\'t save" to
display with a visible backslash instead of just an apostrophe.

Added .replace(/\\'/g, "'") to the escape handling chain in both the
full and minified versions of the library.

Agent-Logs-Url: https://github.com/Countly/countly-server/sessions/2311b732-291e-406f-b2ef-b198b112b76a

Co-authored-by: mrmeghana <86944692+mrmeghana@users.noreply.github.com>
@mrmeghana mrmeghana requested a review from Cookiezaurs May 22, 2026 12:09
@mrmeghana mrmeghana marked this pull request as ready for review May 22, 2026 13:29
@mrmeghana mrmeghana enabled auto-merge (squash) May 22, 2026 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants