diff --git a/core/model/SiteTree.php b/core/model/SiteTree.php index 0563f7908..bf79ab42d 100644 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -709,7 +709,7 @@ class SiteTree extends DataObject { $homepage = new Page(); $homepage->Title = _t('SiteTree.DEFAULTHOMETITLE', 'Home'); - $homepage->Content = _t('SiteTree.DEFAULTHOMECONTENT', '

Welcome to SilverStripe! This is the default homepage. You can edit this page by opening the CMS. You can now access the developer documentation, or begin the tutorials.

'); + $homepage->Content = _t('SiteTree.DEFAULTHOMECONTENT', '

Welcome to SilverStripe! This is the default homepage. You can edit this page by opening the CMS. You can now access the developer documentation, or begin the tutorials.

'); $homepage->URLSegment = "home"; $homepage->Status = "Published"; $homepage->write();