Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
73ae4690
Commit
73ae4690
authored
Apr 30, 2021
by
Carsten Rose
Browse files
minor comment change
parent
90eb2ac1
Pipeline
#5181
passed with stages
in 4 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/Store/FillStoreForm.php
View file @
73ae4690
...
...
@@ -353,8 +353,9 @@ class FillStoreForm {
default
:
if
(
$formElement
[
FE_TYPE
]
==
FE_TYPE_EDITOR
)
{
//This is probably not needed anymore. Breaks if: <p>...</p><p>....</p>.
// Tiny MCE always wrap a '<p>' around the content. Remove it before saving.
//This is probably not needed anymore
// $value = Support::unWrapTag('<p>', $value);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment