Optical rendering of file and image listings
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-06 14:34:05 +01:00
parent f8d5dafc62
commit f83248d605
8 changed files with 48 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ class syntax_plugin_luxtools_images extends syntax_plugin_luxtools_abstract
$items = $this->filterImages($items);
if ($items == []) {
$this->renderError($renderer, 'error_nomatch');
$this->renderEmptyState($renderer, 'empty_images');
return true;
}