@@ -12,7 +12,7 @@ |
||
12 | 12 | public function onAfterInit(&$controller) |
13 | 13 | { |
14 | 14 | $matomoCode = $this->getMatomoCode(); |
15 | - if($matomoCode) { |
|
15 | + if ($matomoCode) { |
|
16 | 16 | Requirements::customScript($matomoCode, true); |
17 | 17 | } |
18 | 18 | } |