Completed
Branch master (ac8616)
by Gordon
02:43
created
Category
code/HtmlTaglineSiteConfig.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 	);
9 9
 
10 10
 
11
-	function updateCMSFields(FieldList $fields){
11
+	function updateCMSFields(FieldList $fields) {
12 12
 		$fields->removeByName('Tagline');
13
-		$fields->addFieldToTab("Root.Main", $h1=new HTMLEditorField('HTMLTagLine', _t('SiteConfig.SITETAGLINE', "Site Tagline/Slogan")),'Theme');	
13
+		$fields->addFieldToTab("Root.Main", $h1 = new HTMLEditorField('HTMLTagLine', _t('SiteConfig.SITETAGLINE', "Site Tagline/Slogan")), 'Theme');	
14 14
 		$h1->setRows(4);
15 15
 	}
16 16
 
Please login to merge, or discard this patch.