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

fix broken tooltip when loading a ticket preview (ticket listing) #18733

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SebSept
Copy link
Contributor

@SebSept SebSept commented Jan 15, 2025

htmlescape() which breaks urls, The '&' were replaced with html entities which breaks url parameters

Checklist before requesting a review

Please delete options that are not relevant.

  • I have read the CONTRIBUTING document.
  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.
  • This change requires a documentation update.

Description

htmlescape() which breaks urls, The '&' were replaced with html entities which breaks url parameters
src/Html.php Outdated Show resolved Hide resolved
@SebSept SebSept changed the title replaced htmlescape() by URL::sanitize() fix broken tooltip when loading a ticket preview (ticket listing) Jan 15, 2025
@SebSept SebSept requested a review from cedric-anne January 15, 2025 13:04
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.

Bad request when trying to load ticket content in tooltip
3 participants