Closed (fixed)
Project:
Quick Tabs
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2025 at 15:05 UTC
Updated:
2 Apr 2026 at 19:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pragya.shroti commentedComment #3
tanushree gupta commentedComment #5
tanushree gupta commentedFixed tab title encoding. “&” was showing as “&”.
We stopped pre-escaping titles and now filter the raw title with Xss::filter (allowing limited tags).
For link labels, we pass the filtered text as safe markup.
Here are screenshots attaching for reference.
Comment #6
tanushree gupta commentedComment #7
sandeep_k commentedI tested this on Drupal version 10.3 and was able to successfully reproduce the issue. The “MR !46 mergeable” fix applied without any problems, and the issue was resolved for me. I’ve added the before-and-after results here. Marking as RTBC++.
Comment #8
joelpittetComment #9
joelpittetI shored up my own comments and added a regression test so we can see it fail with tests only run and now they don't. Thanks for reporting this and sorting it everyone!