This commit is contained in:
Andy Miller
2019-04-21 14:02:55 -06:00
parent a8fd054936
commit aeb2da478e

View File

@@ -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,
]);