From 1539aec9c72b69ebfd341138f94a9eda978c155e Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 12 Jan 2010 22:52:54 +0000 Subject: [PATCH] MINOR fix syntax error (from r89472) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@96716 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 d610b6044..9d8d29363 100755 --- a/core/model/SiteTree.php +++ b/core/model/SiteTree.php @@ -1551,7 +1551,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid $tabMain = new Tab('Main', new TextField("Title", $this->fieldLabel('Title')), new TextField("MenuTitle", $this->fieldLabel('MenuTitle')), - new HtmlEditorField("Content", _t('SiteTree.HTMLEDITORTITLE', "Content", PR_MEDIUM, 'HTML editor title')), + new HtmlEditorField("Content", _t('SiteTree.HTMLEDITORTITLE', "Content", PR_MEDIUM, 'HTML editor title')) ), $tabMeta = new Tab('Metadata', new FieldGroup(_t('SiteTree.URL', "URL"),