mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 19:06:16 +01:00
text
This commit is contained in:
@@ -1676,7 +1676,7 @@ class Admin
|
||||
|
||||
$result = YamlLinter::lint();
|
||||
|
||||
$reports['Yaml Linter'] = $this->grav['twig']->processTemplate('reports/yamllinter.html.twig', [
|
||||
$reports['Grav Yaml Linter'] = $this->grav['twig']->processTemplate('reports/yamllinter.html.twig', [
|
||||
'result' => $result,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user