From 76e4002a5a73602438ea8d8b87bd93abb8e22906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 5 Feb 2023 00:14:57 +0100 Subject: [PATCH] Fixed typo in template path --- src/Controller/ToolsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/ToolsController.php b/src/Controller/ToolsController.php index ae01ec20..28a01b8e 100644 --- a/src/Controller/ToolsController.php +++ b/src/Controller/ToolsController.php @@ -53,7 +53,7 @@ class ToolsController extends AbstractController { $this->denyAccessUnlessGranted('@system.server_infos'); - return $this->render('tools/server_infos/server_infos.html.twig ', [ + return $this->render('tools/server_infos/server_infos.html.twig', [ //Part-DB section 'git_branch' => $versionInfo->getGitBranchName(), 'git_commit' => $versionInfo->getGitCommitHash(),