Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webform
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
webform
Merge requests
!468
MR created from
#2
.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
MR created from
#2
.
issue/webform-3445749:3445749-deprecated-function-pregsplit
into
6.2.x
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
MR created from #2.
Chaitanya Dessai
requested to merge
issue/webform-3445749:3445749-deprecated-function-pregsplit
into
6.2.x
May 15, 2024
Overview
0
Commits
1
Pipelines
3
Changes
1
Closes
#3445749
0
0
Merge request reports
Compare
6.2.x
version 1
013ae8f4
May 15, 2024
6.2.x (base)
and
latest version
latest version
4bf5d14e
1 commit,
Jun 24, 2024
version 1
013ae8f4
1 commit,
May 15, 2024
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Element/WebformHtmlEditor.php
+
1
−
1
View file @ 4bf5d14e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -200,7 +200,7 @@ class WebformHtmlEditor extends FormElement implements TrustedCallbackInterface
return
WebformXss
::
getHtmlTagList
();
default
:
return
preg_split
(
'/ +/'
,
$allowed_tags
);
return
preg_split
(
'/ +/'
,
(
string
)
$allowed_tags
);
}
}
Loading