From 85304b6e8f0055151aef4fe1419eeecf67b20ee7 Mon Sep 17 00:00:00 2001
From: Philipp <admin+Github@philipp.info>
Date: Tue, 16 Nov 2021 21:12:12 +0100
Subject: [PATCH] Update src/App/Page.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
---
 src/App/Page.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App/Page.php b/src/App/Page.php
index d7e04ea7ce..856e2bc458 100644
--- a/src/App/Page.php
+++ b/src/App/Page.php
@@ -350,7 +350,7 @@ class Page implements ArrayAccess
 			$moduleClass = $module->getClass();
 
 			$arr = ['content' => $content];
-			Hook::callAll( $moduleClass->getClassName() . '_mod_content', $arr);
+			Hook::callAll($moduleClass->getClassName() . '_mod_content', $arr);
 			$content = $arr['content'];
 			$arr     = ['content' => $moduleClass->content()];
 			Hook::callAll($moduleClass->getClassName() . '_mod_aftercontent', $arr);