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

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