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

The site search HTML chars are not displayed correctly in visitor log #9862

Closed
andrzejewsky opened this issue Mar 2, 2016 · 1 comment
Closed
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@andrzejewsky
Copy link

We noticed that Piwik is incorrectly encoding some keywords in the visitor log. What’s surprising is the fact, that on the reports everything looks fine. Here’s the screenshot:

visitor log

After some quick investigation, I think we should add |rawSafeDecoded filter here:
https://github.com/piwik/piwik/blob/2fe8faacdbde76121dfabca6088a300d6e8fae7d/plugins/Live/templates/_actionsList.twig#L88

Let me know your thoughts and if it’s fine, I’ll prepare a PR and add a test.

andrzejewsky pushed a commit to andrzejewsky/piwik that referenced this issue Mar 2, 2016
@andrzejewsky andrzejewsky changed the title Wrong format in visitor log The HTML isn't displayed correctly in visitor log Mar 2, 2016
@andrzejewsky andrzejewsky changed the title The HTML isn't displayed correctly in visitor log The HTML chars are not displayed correctly in visitor log Mar 2, 2016
@andrzejewsky andrzejewsky changed the title The HTML chars are not displayed correctly in visitor log The site search HTML chars are not displayed correctly in visitor log Mar 2, 2016
@sgiehl sgiehl added the Bug For errors / faults / flaws / inconsistencies etc. label Mar 3, 2016
@sgiehl sgiehl added this to the 2.16.1 milestone Mar 3, 2016
@sgiehl
Copy link
Member

sgiehl commented Mar 3, 2016

solved with #9863

@sgiehl sgiehl closed this as completed Mar 3, 2016
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

No branches or pull requests

2 participants