@@ -26,7 +26,7 @@ |
||
26 | 26 | |
27 | 27 | public function getSourceValues() |
28 | 28 | { |
29 | - return array_merge([''], array_map(function ($color) { |
|
29 | + return array_merge([''], array_map(function($color) { |
|
30 | 30 | return $color['CSSClass']; |
31 | 31 | }, $this->getSource())); |
32 | 32 | } |
@@ -486,7 +486,7 @@ |
||
486 | 486 | )->setDescription( |
487 | 487 | _t( |
488 | 488 | __CLASS__ . '.AccentColorDescription', |
489 | - 'Affects colour of buttons, current navigation items, etc. '. |
|
489 | + 'Affects colour of buttons, current navigation items, etc. ' . |
|
490 | 490 | 'Please ensure sufficient contrast with background colours.' |
491 | 491 | ) |
492 | 492 | ), |