From b2900fc626733da4b9f458538cc4c3949c9cc49d Mon Sep 17 00:00:00 2001 From: Matheus Zych Date: Thu, 22 Jan 2026 08:03:55 +0100 Subject: [PATCH] Fixes error when trying to view ordering table documentation --- .../UI/src/examples/Table/Ordering/large.php | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/components/ILIAS/UI/src/examples/Table/Ordering/large.php b/components/ILIAS/UI/src/examples/Table/Ordering/large.php index 7e455a22d4cc..44764383f4eb 100644 --- a/components/ILIAS/UI/src/examples/Table/Ordering/large.php +++ b/components/ILIAS/UI/src/examples/Table/Ordering/large.php @@ -1,13 +1,27 @@ retrieve('ordering_example', $refinery->kindlyTo()->int()) === 4 ) { if ($data = $table->getData()) { - $out[] = $f->legacy('
' . print_r($data, true) . '
'); + $out[] = $f->legacy()->content('
' . print_r($data, true) . '
'); } $data_retrieval->setOrder($data); }