diff --git a/components/ILIAS/UI/src/examples/Layout/Page/Standard/ui.php b/components/ILIAS/UI/src/examples/Layout/Page/Standard/ui.php index 6c3b7eaeef21..fd7172c2915d 100755 --- a/components/ILIAS/UI/src/examples/Layout/Page/Standard/ui.php +++ b/components/ILIAS/UI/src/examples/Layout/Page/Standard/ui.php @@ -516,14 +516,14 @@ function getDemoEntryTools(\ILIAS\UI\Factory $f): array $slate = $f->maincontrols()->slate()->legacy( 'Initially hidden', $symbol, - $f->legacy(loremIpsum()) + $f->legacy()->content(loremIpsum()) ); $tools['tool3'] = $slate; $slate = $f->maincontrols()->slate()->legacy( 'Closable Tool', $symbol, - $f->legacy(loremIpsum()) + $f->legacy()->content(loremIpsum()) ); $tools['tool4'] = $slate;