@@ -126,7 +126,7 @@ |
||
126 | 126 | $extendedUrlParams = trim($this->pluginConfig('wbmExtendedURLParameter')); |
127 | 127 | $headTag = ''; |
128 | 128 | if (!$this->pluginConfig('wbmTagManagerCookieConsent')) { |
129 | - if($this->pluginConfig('wbmTagManagerPagespeed')){ |
|
129 | + if ($this->pluginConfig('wbmTagManagerPagespeed')) { |
|
130 | 130 | $headTag = file_get_contents($this->pluginDir . '/Resources/tags/pagespeed/head.html'); |
131 | 131 | } else { |
132 | 132 | $headTag = file_get_contents($this->pluginDir . '/Resources/tags/head.html'); |