Skip to content
Snippets Groups Projects
Commit b8d98746 authored by Carsten  Rose's avatar Carsten Rose
Browse files

hard coded test - fails

parent a292f669
No related branches found
No related tags found
1 merge request!128View Only codecorrection
Pipeline #1652 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment