@@ -75,7 +75,7 @@ |
||
| 75 | 75 | public function getSummary() |
| 76 | 76 | { |
| 77 | 77 | if ($this->getPage()) { |
| 78 | - return DBField::create_field('HTMLText', 'Navigation for ' . $this->getPage()->Title)->Summary(20); |
|
| 78 | + return DBField::create_field('HTMLText', 'Navigation for '.$this->getPage()->Title)->Summary(20); |
|
| 79 | 79 | } |
| 80 | 80 | return DBField::create_field('HTMLText', '<p>Section Navigation</p>')->Summary(20); |
| 81 | 81 | } |