We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec9c81f commit 9ab7c72Copy full SHA for 9ab7c72
1 file changed
components/ILIAS/UI/src/examples/Table/Ordering/large.php
@@ -135,7 +135,7 @@ public function setOrder(array $ordered): void
135
&& $request_wrapper->retrieve('ordering_example', $refinery->kindlyTo()->int()) === 4
136
) {
137
if ($data = $table->getData()) {
138
- $out[] = $f->legacy('<pre>' . print_r($data, true) . '</pre>');
+ $out[] = $f->legacy()->content('<pre>' . print_r($data, true) . '</pre>');
139
}
140
$data_retrieval->setOrder($data);
141
0 commit comments