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
b8d98746
Commit
b8d98746
authored
Mar 01, 2019
by
Carsten Rose
Browse files
hard coded test - fails
parent
a292f669
Pipeline
#1652
passed with stage
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/AbstractBuildForm.php
View file @
b8d98746
...
...
@@ -3201,6 +3201,9 @@ abstract class AbstractBuildForm {
$attributeDiv
.
=
Support
::
doAttribute
(
'data-file'
,
$this
->
fileToSipUrl
(
$formElement
[
FE_TEXT_SOURCE
]));
$attributeDiv
.
=
Support
::
doAttribute
(
'data-target'
,
$formElement
[
FE_HTML_ID
]);
$attributeDiv
.
=
Support
::
doAttribute
(
'data-highlight'
,
$dataHighlight
);
$attributeDiv
.
=
Support
::
doAttribute
(
'data-view-only'
,
'true'
);
$attributeDiv
.
=
$this
->
getAttributeFeMode
(
$formElement
[
FE_MODE
]);
$htmlAnnotate
=
Support
::
wrapTag
(
'<div '
.
$attributeDiv
.
' data-uid=\''
.
$jsonDataUid
.
'\' >'
,
''
,
false
);
// $htmlAnnotate = Support::wrapTag('<div ' . $attributeDiv .'>', '', false);
...
...
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