@@ -66,7 +66,7 @@ |
||
66 | 66 | array $params = [], |
67 | 67 | string $minifier = null |
68 | 68 | ): string { |
69 | - $template = 'seomatic/' . $templatePath; |
|
69 | + $template = 'seomatic/'.$templatePath; |
|
70 | 70 | $oldMode = Craft::$app->view->getTemplateMode(); |
71 | 71 | // Look for the template on the frontend first |
72 | 72 | try { |