Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TYPO3
sg_mail
Commits
f1c7e77a
Commit
f1c7e77a
authored
Aug 19, 2021
by
Stefan Galinski
🎮
Browse files
[BUGFIX] Create new all_fields_html occurences with format.raw instead format.html
parent
eacbdd24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Classes/Service/RegisterService.php
Classes/Service/RegisterService.php
+1
-1
No files found.
Classes/Service/RegisterService.php
View file @
f1c7e77a
...
...
@@ -421,7 +421,7 @@ class RegisterService implements SingletonInterface {
'description'
=>
$description
,
'subject'
=>
$subject
,
'markers'
=>
[],
'templateContent'
=>
'<f:format.
html
>{all_fields_html}</f:format.
html
>'
,
'templateContent'
=>
'<f:format.
raw
>{all_fields_html}</f:format.
raw
>'
,
];
foreach
(
$markers
as
$marker
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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