Skip to content
Snippets Groups Projects

HTML ` ` not being correctly filtered out

This MR addresses an issue where HTML non-breaking space entities ( ) were not being correctly filtered out in the serialised HTML snippet returned by the Html::serialize method. To resolve this, an additional line has been added before the return $html; statement in the Html::serialize method to decode HTML entities, ensuring that   and other entities are properly converted to their corresponding characters.

Merge request reports

Members who can merge are allowed to add commits.

Merge request pipeline #201394 canceled

Merge request pipeline canceled for 0dac94ee

Approval is optional
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
  • The source branch is 1274 commits behind the target branch.
  • 1 commit will be added to 11.x.
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading