]> _ Git - odl.git/commitdiff
wip #5199 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Mar 2022 13:37:48 +0000 (15:37 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 30 Mar 2022 13:37:48 +0000 (15:37 +0200)
app/Jobs/ProcessFluidbook.php

index 111b0729a2caf8e582ae7f3ffc2203bc69a0044d..28598e56922be75f8126b8971cc4a8db291a3fc5 100644 (file)
@@ -232,7 +232,7 @@ class ProcessFluidbook extends Compiler
                     $link['type'] = 30;
                 }
             } else if ($e[0] === 'tooltip') {
-                $link['infoulle'] = $e[1];
+                $link['infobulle'] = $e[1];
                 $link['type'] = 18;
                 $link['inline'] = true;
             }