From ad20ddf24beaf0ab89783004c77c8c56686c68e0 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 15 Oct 2010 03:10:04 +0000 Subject: [PATCH] MINOR: updated generator tag URL (from r107214) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112552 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/SiteTree.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index 3cac882e7..7bf0c5b3d 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1247,7 +1247,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid : $this->Title) . "\n"; } - $tags .= "\n"; + $tags .= "\n"; $charset = ContentNegotiator::get_encoding(); $tags .= "\n";