Skip to content
Snippets Groups Projects

3515667-escaping-issue-in: Resolving escaping issue.

2 unresolved threads

Closes #3515667

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
96 97 [
97 98 '#type' => 'html_tag',
98 99 '#tag' => $script_tag,
99 '#value' => $value,
100 ],
100 '#value' => Markup::create(htmlspecialchars_decode($value)), ],
  • 158 158 $attachments['#attached']['html_head'][$i][0] = [
    159 159 '#type' => 'html_tag',
    160 160 '#tag' => $style_tag,
    161 '#value' => $value,
    162 ];
    161 '#value' => Markup::create(htmlspecialchars_decode($value)), ];
  • added 1 commit

    • 97b22a96 - 3515667_4# Fixed special character html encoading issue.

    Compare with previous version

  • added 1 commit

    • d2e28df6 - 3515667 use statment position fix.

    Compare with previous version

  • added 1 commit

    • a04a8666 - 3515667 Fixed code formatting.

    Compare with previous version

  • Please register or sign in to reply
    Loading