diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index 692fede57..93814390c 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1224,17 +1224,15 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid } $version = new SapphireInfo(); - $tags .= "\n"; + $tags .= "\n"; $charset = ContentNegotiator::get_encoding(); $tags .= "\n"; if($this->MetaKeywords) { - $tags .= "MetaKeywords) . "\" />\n"; + $tags .= "MetaKeywords) . "\" />\n"; } if($this->MetaDescription) { - $tags .= "MetaDescription) . "\" />\n"; + $tags .= "MetaDescription) . "\" />\n"; } if($this->ExtraMeta) { $tags .= $this->ExtraMeta . "\n";