Skip to content
GitLab
Menu
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
61f33cfc
Commit
61f33cfc
authored
Nov 27, 2019
by
Carsten Rose
Browse files
fix typo
parent
ddc92946
Pipeline
#2775
passed with stages
in 2 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Classes/Core/AbstractBuildForm.php
View file @
61f33cfc
...
...
@@ -2072,8 +2072,8 @@ abstract class AbstractBuildForm {
}
$labelAttribute
=
Support
::
doAttribute
(
'title'
,
$formElement
[
FE_TOOLTIP
]);
$html
=
Support
::
wrapTag
(
"<label
$labelAttribute
>"
,
$html
,
true
);
$html
=
Support
::
wrapTag
(
"<div class='checkbox'>"
,
$html
,
true
);
$html
=
Support
::
wrapTag
(
"<label
class='checkbox'
$labelAttribute
>"
,
$html
,
true
);
//
$html = Support::wrapTag("<div class='checkbox'>", $html, true);
$json
=
$this
->
getFormElementForJson
(
$htmlFormElementName
,
$valueJson
,
$formElement
);
...
...
Write
Preview
Supports
Markdown
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