From 6a32ea45432f86c57fae21a11e6b66d6e50028cb Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Tue, 21 Nov 2017 20:06:10 +0200 Subject: [PATCH] Update plugin.php --- bl-plugins/google/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }