diff --git a/bl-plugins/google/plugin.php b/bl-plugins/google/plugin.php index afac2f55..ceb4f450 100644 --- a/bl-plugins/google/plugin.php +++ b/bl-plugins/google/plugin.php @@ -44,7 +44,7 @@ class pluginGoogle extends Plugin { // Google HTML tag if( $this->getValue('google-site-verification') && $Url->whereAmI()=='home' ) { - $html .= PHP_EOL.""; + $html .= PHP_EOL."".PHP_EOL; $html .= ''.PHP_EOL; }