Update plugin.php

This commit is contained in:
Max Kostikov 2017-11-21 20:06:10 +02:00 committed by GitHub
parent acfe7a03a7
commit 6a32ea4543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class pluginGoogle extends Plugin {
// Google HTML tag
if( $this->getValue('google-site-verification') && $Url->whereAmI()=='home' ) {
$html .= PHP_EOL."<!-- Google HTML tag -->";
$html .= PHP_EOL."<!-- Google HTML tag -->".PHP_EOL;
$html .= '<meta name="google-site-verification" content="'.$this->getDbField('google-site-verification').'" />'.PHP_EOL;
}