@@ -82,7 +82,7 @@ discard block |
||
82 | 82 | if ($this->getPage()) { |
83 | 83 | return DBField::create_field( |
84 | 84 | 'HTMLText', |
85 | - 'Navigation for ' . $this->getPage()->Title |
|
85 | + 'Navigation for '.$this->getPage()->Title |
|
86 | 86 | )->Summary(20); |
87 | 87 | } |
88 | 88 | return DBField::create_field('HTMLText', '<p>Section Navigation</p>')->Summary(20); |
@@ -103,6 +103,6 @@ discard block |
||
103 | 103 | */ |
104 | 104 | public function getType() |
105 | 105 | { |
106 | - return _t(__CLASS__ . '.BlockType', 'Section Navigation'); |
|
106 | + return _t(__CLASS__.'.BlockType', 'Section Navigation'); |
|
107 | 107 | } |
108 | 108 | } |