]> _ Git - fluidbook_tools.git/commitdiff
wip #6064 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jun 2023 14:08:52 +0000 (16:08 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 21 Jun 2023 14:08:52 +0000 (16:08 +0200)
src/Links/Link.php

index cc13cec7ebc6b105fa6475a37eb76af7df022377..0540e5105cada03014bd1968eae478638db2fd95 100644 (file)
@@ -536,7 +536,7 @@ class Link {
         $addContent = $this->getAdditionnalContent();
 
         $attached = $this->attached ? ' data-attached="' . $this->attached . '" ' : '';
-        return '<div class="' . $this->getHTMLContainerClass() . '" data-blendmode="' . $this->blendmode . '" ' . $attached . ' data-hidden="' . $this->hidden . '" data-scorm="' . $this->scorm . '" data-id="' . $this->uid . '" id="l_' . $this->id . '"' . $addContent . '>' . $this->getHTMLContent() . '</div>';
+        return '<div class="' . $this->getHTMLContainerClass() . '" style="mix-blend-mode:' . $this->blendmode . ';" data-blendmode="' . $this->blendmode . '" ' . $attached . ' data-hidden="' . $this->hidden . '" data-scorm="' . $this->scorm . '" data-id="' . $this->uid . '" id="l_' . $this->id . '"' . $addContent . '>' . $this->getHTMLContent() . '</div>';
     }
 
     public function getHTMLContainerClass() {