Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special character apostrophe is not getting printed properly in visits log (campaign url) #14695

Closed
KarthikRaja1388 opened this issue Jul 25, 2019 · 2 comments · Fixed by #18170
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@KarthikRaja1388
Copy link

Expected: apostrophe should be printed in visits log

Result: instead we can see HTML entity &#39 is getting printed in visits log (no issue in campaign report)

steps to reproduce:

  1. Create a Campaign URL with params containing apostrophe
    
  2. Visit the page through campaign URL
    
  3. Check the Visits log
    

Note: When using the campaign URL, in the address bar of the browser it's getting encoded properly as %27 and also in the Campaign report. Issue occurs only in "Visits log"
campaign_params_error
campaign_report

@mattab mattab modified the milestones: 3.12.0, 3.11.0 Jul 26, 2019
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Jul 26, 2019
@mattab mattab modified the milestones: 3.11.0, 3.12.0, 3.13.0, 4.1.0 Jul 27, 2019
@KarthikRaja1388
Copy link
Author

KarthikRaja1388 commented Aug 21, 2019

Exported report is also getting affected by this issue as apostrophe is not getting encoded. Please find the example Events report
image
issue encoding when exporting the same report
image

@tsteur
Copy link
Member

tsteur commented Oct 20, 2021

same problem here #18190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants